Sms templates

Update an SMS template

post/sms_templates/{id}

Path parameters

idstring required

The ID of the SMS template

Request body

namestring

The name of the SMS template

messagestring

The message of the SMS template. Variables are supported via {{ variableName }}

{"stackTrail":"paths:/sms_templates/{id}:post:requestBody:content:application/json:schema:properties:image","oasType":"schema","type":"unknown","description":"The image associated with the SMS template"}
shorten_urlsboolean

Whether to shorten URLs in the SMS template

image_uploadsstring[]

The image upload IDs you would like to associate with the SMS template

Response

The updated SMSTemplate object

idstring required

The ID of the SMS template

namestring required

The name of the SMS template

messagestring required

The message of the SMS template. Variables are supported via {{ variableName }}

estimated_sms_segmentsinteger required

The estimated number of SMS segments

imagestring nullable required

The ID of the image upload

shorten_urlsboolean required

Whether to shorten URLs in the message

Changes

No recorded changes to this endpoint across all 1 revision of this API.