Update an SMS template
Updates name, body, type, or category on a template the authenticated user owns (or any template, for admins). At least one field must be supplied.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
New human-readable template title; omit to leave unchanged.
New template body with {{firstName}}-style placeholders; omit to leave unchanged.
New template kind (sms, campaign, script, automation); switching to/from automation clears the category field.
New category slug; ignored when the template type is automation.
Response
Template updated
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