Skip to main content
POST
Create automated template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Maximum string length: 255
Example:

"Welcome Email"

type
enum<string>
required
Available options:
email,
sms
content
string
required
Example:

"<p>Hello [First Name]</p>"

subject
string | null

Required for email templates and ignored for SMS templates.

Maximum string length: 255
Example:

"Hello [First Name]"

Response

Automated template created.

message
string
required
Example:

"Template updated."

data
object
required
Last modified on July 20, 2026