Create a Reminder Template
POST /businesses/{businessId}/notifications/reminder-templates
Create a new reminder template.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The ID of the Business.
Request Body required
Section titled “Request Body required ”object
The number of minutes before the appointment to send the reminder.
The type of notification (EMAIL or SMS).
The resource type this reminder applies to.
The IDs of the services this template applies to. Defaults to an empty array (all services).
Custom message template override.
object
The message template type.
The email subject line.
The message content with template variables.
Responses
Section titled “ Responses ”The created Reminder Template.
object
object
Unique identifier across the platform.
Time when the resource was created (ISO 8601 format).
Time when the resource was last updated (ISO 8601 format).
The ID of the business this template belongs to.
The IDs of the services this template applies to. An empty array means all services.
The number of minutes before the appointment to send the reminder.
The type of notification (EMAIL or SMS).
The resource type this reminder applies to.
Whether this template is enabled.
Custom message template override. Null if using the default.
object
The unique identifier for the message template.
The message template type.
The email subject line.
The message content with template variables.
The default message template for this type and resource type combination.
object
The unique identifier for the message template.
The message template type.
The email subject line.
The message content with template variables.
Invalid input.
object
object
Example
404Example
Not Found