Create a new SMS template
Creates a reusable template (sms, campaign, script, or automation) for the authenticated user organization. Templates may include placeholders like {{firstName}} resolved at send time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Human-readable template title shown in the composer picker (e.g., "Intro - new lead").
Template body containing {{firstName}}-style placeholders resolved against the contact at send time.
Template kind: sms, campaign, script, or automation. Automation templates ignore category.
Category slug (matches TemplateCategory.name) used to group templates in the picker; defaults to other when omitted for non-automation types.
Response
Template created
A reusable template (type: sms / campaign / script / automation). Returned by create/update template endpoints.
Template body with {{firstName}}-style placeholders.
sms, email, campaign, script, automation