You can use Automation Builder to send automatic booking reminders using a webhook.
Steps to Configure the Workflow #
- Go to Automations → Workflow and click Create Workflow.
- Give the workflow a name (e.g., Booking Reminder).
- Add a Trigger → Webhook → Custom Webhook.
- Generate and copy the webhook URL.
Add Webhook to Calendar Event #
- Go to the Calendar section and open the event settings.
- Paste the Webhook URL in the Webhook URL field.
- Enable Capture Incoming Webhook.
- Set Reminder Times (e.g., 30 minutes and 60 minutes before the event).
- Save the event and capture the webhook data.
Create Reminder Conditions #
- Add a Basic Route (Filter) for 30 minutes reminder.
- Set condition: Reminder Time = 30.
- Add CRM → Send Template Message and select the WhatsApp template.
- Map variables such as Name, Phone Number, and Reminder Time.
Add Second Reminder #
- Add another Filter for 60 minutes reminder.
- Send a WhatsApp template message with the mapped variables.
Finally, save and enable the workflow. Now, users will automatically receive booking reminders before their scheduled event.