Wоrkflоws
Tasks aka Nodes

Email feedback node

5min

This node allows you to start a process every time a certain email status is received. This node will track every email sent by HyperPortal processes.

To enable the node you need to go to the 'Tasks' tab of the process settings, choose the 'start' node, and click on the replace icon

Document image


Then choose an 'Email feedback trigger'.

Document image


Because this node is a trigger node, it can be only placed at the start of the process instead of the start node.

Settings

In the settings, you can choose to which statuses the node will respond.

Document image


You can select multiple statuses

Document image


Output

After the node is triggered it will generate an output with all the information regarding the email with the tracked status.

Document image


You can then use this information in the next node in the computed expression fields.

Example

I want to create a process that will track all emails that were opened by the customers/users of the HyperPortal.

First I need to create a new process and fields for the email address and status.

Document image


Then we need to create an email feedback node and choose an 'Open' status as tracked status.

Document image


After that, we need to create a 'set process value' node that will record the output of the feedback node into the process.

Document image


Now I will send an email to myself to check if the process is working correctly.

Document image


After I opened the email, the trigger node started a new process that recorded my email and the status.

Document image