Event trigger
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.
code action action
Trigger event usingasync payload => {
trigger('EVENT_NAME')
}
Advanced example of using events

Flow.ai Intermediate Tutorial - Looping Flows
In this video, we will show you how you can loop flows and in which situation this could be useful for your bot projects within Flow.ai.