Templates
Create a new message template
Creates a new message template that can be used for sending standardized messages across different channels. Templates ensure consistent messaging and support variable substitution.
POST
/
templates
Authorizations
Body
application/json
Request model for creating a new message template
Unique identifier of the customer creating the template
Name of the template for identification purposes
Required string length:
1 - 100
Response
200 - application/json
Response model containing template details
Unique identifier of the template
Customer ID associated with the template
Template name
Category of the template (e.g., transactional, marketing)
Available options:
transactional
, marketing
, alert
Template content with variable placeholders
Associated WhatsApp template name if applicable
Approval status of WhatsApp template
Available options:
pending
, approved
, rejected
Template creation timestamp
Last template update timestamp
Was this page helpful?