Workflows
Custom events
For better organization and reading experience, we recommend naming all custom events workflows with capitalized letters e.g. LOG IN, SIGN UP, SEND EMAIL
Workflow colours
Frontend Workflows
Green
Do When Condition is True or Do When Page Loads
Blue
Actions triggered by user interactions, such as button clicks, form submissions, or page navigations.
Purple
Workflows that involve displaying data, including dynamic content loading and repeating group setups e.g. populating a list of items, showing detailed views.
Yellow
Changes related to the user interface, such as showing/hiding elements, animations, and responsiveness adjustments e.g. toggle visibility of elements, animate transitions.
Brown
Workflows that handle user notifications, alerts, and messaging e.g. Showing success messages, error alerts, or toast notifications.
Orange
Custom events
Backend workflows
Green
Kickoff Workflows
Blue
Recurring Scheduled Workflows
Red
Deletion Workflows (for Bulk Operations)
Orange
Custom events
Brown
Database trigger
Purple
Webhooks
Last updated