Effects define what happens when an automation is triggered. When a condition is met, the automation executes one or more effects to perform actions, apply logic, execute functions, or send notifications.
Effect types
Automate supports the following types of effects:
Action effects: Execute actions on objects, such as creating, modifying, or deleting object instances.
Function effects: Execute a function when the automation condition is met.
Notification effects: Send notifications to users or groups when the automation triggers.
Fallback effects
Action, logic, and function effects can be configured with a fallback effect. Fallback effects execute when the primary effect fails, allowing you to handle errors gracefully by sending notifications, logging failures, or triggering alternative workflows.
With sequential execution, a successful fallback does not allow subsequent effects to continue. Learn more about failure behavior in effect settings.