Appointment Reminder API Gateway
For access to Appointment Reminder programmatically
2000+
Business use Appointment Reminder
700,000+
Appointment Reminders sent each month.
90%
Reduction in no-shows.
Need to add appointments programmatically?
Need to get appointments from your system to Appointment Reminder with the help of a developer. Here you will find the details and documentation on how to do just that. Standard JSON REST API interfaces that are fully platform agnostic. Should you need something additional. Drop us a line.
POST /appointments
{
"StartTime": "2021-10-01T10:00:00",
"EndTime": "2021-10-01T11:00:00",
"ClientName": "Bob",
"CalendarID": 1,
"ScriptID": 1,
"MinutesBeforeHand": 30,
"SendSMS": true,
"MobilePhone": "+6122347382"
}