v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-211931021.7 MB
SMS Templates

Update a SMS Template

OAuth Scope

This endpoint requires the following OAuth scope manage_templates.

post/smstemplate/{uuid}.json

Path parameters

uuidstring uuid required

UUID of the SMS Template

Request body

namestring required

The name of the SMS template. This is a unique identifier for the template within the system. Examples include 'Tech Delayed Template', 'Parts Ordered Template', etc.

messagestring

The SMS message content that will be sent to recipients. Supports template variables like {job.contact_first}, {vendor.name}, {job.generated_job_id}, {job.total_price}, etc. Maximum length is determined by the SMS service provider's limit. Messages exceeding this limit will not be saved.

uuidstring uuid

Unique identifier for this record

Example request

{
  "uuid": "123e4567-78d5-45cb-9489-23f945ba341b"
}

Response

Success - The record was updated successfully

errorCodenumber
messagestring

Example response

{
  "message": "OK"
}