Email Templates
List all email templates for a business
Email Templates
- The Email Template object
- GETList all email templates for a business
- POSTCreate an email template
- POSTCreate a new email template using AI
- POSTCopy a project email template into a specific business
- GETRetrieve an email template
- GETPreview an email template
- GETPreview an email template as an image
- POSTUpdate an email template
- DELDelete an email template
Email Template Embeds
Project Email Templates
Business Email Addresses
Project Email Addresses
Emails
SMS Templates
SMS Template Embeds
SMS Messages
Project Phone Numbers
Campaigns
Campaign Embeds
Triggers
Email Templates
List all email templates for a business
GET
/
businesses
/
{id}
/
email_templates
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the business
Query Parameters
Whether to include project email templates in the list of business's email templates
Available options:
true
Response
200 - application/json
An array of email templates
An array of attachment associted with the email template. Will be sent with every email built from this template
The body of the email template. May be null. Variables are supported via {{ variableName }}
The ID of the email template
The name of the email template
The subject of the email template. Variables are supported via {{ variableName }}
The HTML representation of the rich text email. May be null
The JSON representing the rich text email template. May be null