Update an Email Template

OAuth Scope

This endpoint requires the following OAuth scope manage_templates.

Path Params
uuid
required

UUID of the Email Template

Body Params

Email Template fields to update

string
required
length ≤ 50

Unique name of the email template. Used to identify and select the template in the system. This field is mandatory and must be unique among all email templates in the account.

string
length ≤ 100

Subject line for the email template. Supports variable placeholders like {job.job_address} which are replaced with actual values when the email is generated. This field defines what appears in the subject line of emails sent using this template.

string
length ≤ 1000

The HTML body content of the email template. Supports rich text formatting and variable placeholders like {job.contact_first}, {document}, {vendor.name}, etc., which are replaced with actual values when the email is generated.

uuid

Unique identifier for this record

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json