Sms templates

Copy an SMS template as a one-off

post/sms_templates/{id}/copy_one_off

Path parameters

idstring required

The ID of the SMS template to copy

Request body

object required

Response

The copied SmsTemplate object. As a one-off, it will not be returned from GET /businesses/:id/sms_templates

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.