Workflows

Each time a response is received, the system will run through any workflows. Workflows can perform many actions, but the main actions are emailing a user, sending an SMS, assigning a label, or assigning a user.


Workflows fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the workflow

Workflows relations

campaign, event, form,

Workflows endpoints

GET List all Workflows /workflows toggle

GET Return data for a specified Workflow /workflows/:id toggle

POST Save, or update a Workflow /workflows/:id? toggle

DELETE Delete a Workflow /workflows/:id toggle