Appointment Reminders via SMS
- SMS
- Python
- PHP
- JavaScript
- Java
- Ruby
Info
Regulations require that you first register your number to use these resources to send SMS traffic to US and Canadian mobile destinations. If you are sending to Canada or the US and have not already done so, please see our documentation to register your Twilio phone number or Toll-Free number before you use this template.
This sample app shows you how to remind your customers of upcoming appointments using text messages. Using this app you will be able to:
- Create appointments through the website
- Configure reminders through the website
- Execute reminders on a schedule using node-cron
- Receive appointment reminder notifications using Twilio Programmable SMS

- Choose a language
This project is available in multiple programming languages.
- Get the code for this project
The code for this sample is available on GitHub to view and download.
- Get Twilio credentials
You will need an Account SID and Auth Token in order to run this code.
Checking for existing account...
- Set up the code sample locally
Follow the setup instructions in the README to get the sample up and running.