Events

Events trigger workflows.

This core reference entry is suited for beginner-level builders.

Learn more about experience levels.

Events trigger workflows.

They are classified into these types:

Event types

General events

General events are events that trigger a workflow automatically when a condition is true, such as:

Element events

Element events are events that are triggered when a user interacts with an element, such as clicking a button.

Custom events

Custom events are events that can be triggered from other events, allowing you to set up "modules" or "functions" that you can use in more than one workflow.

  • Custom events Can be triggered by an action in a separate workflow. Core reference | User manual

  • Recurring event (server-side) Triggers once on the server, and then at a specified interval. Core reference

  • Trigger a custom event when data changes (client-side action) Is set to trigger by an action, and then triggers a custom event on the first instance of a specified change in the database. Core reference

Trigger event

  • Database trigger event (server-side) Triggers whenever a specific change happens in the database. Core reference | User manual

Last updated

Was this helpful?