cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Triggers: Event

Triggers: Event

Events are system triggers a user does not visibly notice. You can use events to specifically trigger flows. This is useful for example to automatically show a welcome message or trigger a flow from cloud code or webhooks.

Events also allow you to design complex apps that reuses flows.

Note:

You can only use events as the starting trigger of a flow.

Trigger event using code action action

async payload => {
  trigger('EVENT_NAME')
}

 

 

 

Triggers: Event

Events are system triggers a user does not visibly notice. You can use events to specifically trigger flows. This is useful for example to automatically show a welcome message or trigger a flow from cloud code or webhooks.

Events also allow you to design complex apps that reuses flows.

Note:

You can only use events as the starting trigger of a flow.

Trigger event using code action action

async payload => {
  trigger('EVENT_NAME')
}

 

 

 
Last Reviewed:
02-07-2023 12:39 AM

Triggers: Event

Events are system triggers a user does not visibly notice. You can use events to specifically trigger flows. This is useful for example to automatically show a welcome message or trigger a flow from cloud code or webhooks.

Events also allow you to design complex apps that reuses flows.

Note:

You can only use events as the starting trigger of a flow.

Trigger event using code action action

async payload => {
  trigger('EVENT_NAME')
}

 

 

 
Version history
Last update:
‎06-16-2021 12:24 PM
Updated by:
Contributors