Introduction
The most basic Workflow to send a notification in response to an event looks like:Just-in-time data fetching
You can add any custom logic into your steps that you need. Maybe you’d like to fetch some information about your new sign-up from somewhere else during the Workflow execution. You can achieve it with the following changes:Multi-step workflow
Now, what if you wanted to send another update to the same new user in 1 week? But, you don’t want to send the follow-up if the User opted out. We can add more steps to the Workflow to achieve this.- Sent a new signup email
- Waited 1 week
- Sent an in-app follow-up notification