SMS Templates
Update an SMS template
POST
/
sms_templates
/
{id}
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
id
string
requiredThe ID of the SMS template
Body
application/json
name
string
The name of the SMS template
message
string
The message of the SMS template. Variables are supported via {{ variableName }}
Response
200 - application/json
id
string
requiredThe ID of the SMS template
name
string
requiredThe name of the SMS template
message
string
requiredThe message of the SMS template. Variables are supported via {{ variableName }}