Hey everyone,
I’ve recently created a booking app by following this Advanced Booking App tutorial and now I’m looking to take it to the next level. Specifically, I want to automate the following tasks:
- Send a Confirmation SMS and Calendar Invite:
- When a booking is made, I want to send a confirmation SMS to the client.
- Bonus: Also send a calendar invite via email.
- Notify the Service Provider:
- Inform the person responsible for providing the service that a booking has been made to ensure they are aware of changes in their calendar.
- Note: This applies only if they didn’t make the booking themselves on behalf of the client.
- Send a Reminder SMS:
- Send a reminder SMS to the client 24 hours before their appointment.
Challenges I’m Facing
1. Handling Multiple Apps for Sending Confirmation SMS:
- How do I handle sending confirmation SMS for multiple apps?
2. Notifying the Service Provider:
-
Push notifications have been unreliable and are throwing errors (see below).
-
I cannot seem to find a way to navigate the user who clicks on the notification to the new booking.
3. Sending Reminder SMS:
- I was thinking of scheduling a Make scenario to run every few minutes, check the booking time, and if it is 24 hours before, send a reminder.
- However, I need to resolve the challenge of handling multiple apps (Challenge 1) before implementing this.
Am I overcomplicating things? What would be the best setup to achieve the above automation tasks efficiently?
Thanks a lot in advance!