Increase user engagement by automatically notifying users of certain in-app events. For example, you might have a delivery app and want to send a notification when users place a new order. This workflow that connects MySQL to Twilio to send your users SMS notifications based on in-app events.
1. Trigger: Every minute
2. Query MySQL for new activity within the last minute (e.g. new orders created)
3. Fan Out (perform the following steps for every order)
4. Query MySQL for the user who created the order
5. Send the user an SMS message with Twilio