Notifications
Abstra allows you to notify a list of people when a thread is waiting for a form to be filled out.
To achieve this, you need to:
Enable notifications in the Notifications tab of the Form Editor and specify the name of the variable that will contain the email address (or a list of email addresses) to be notified;
Set this variable using
set_data
with the same variable name in a stage prior to the notification stage, ensuring it becomes available as a thread variable.