EmailTemplateFiles
Get one EmailTemplateFile
Retrieve a single EmailTemplateFile record by its Id.
GET
Get one EmailTemplateFile
An EmailTemplateFile defines an email template used for automated communications such as welcome emails, invoices, booking confirmations, and reminders. Templates are language-specific and can be customised per location.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the EmailTemplateFile-Read role.Path Parameters
integer
required
The Id of the EmailTemplateFile record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
integer
The language value for this email template file. See
eLanguage enum values: 3 = EnglishUK, 1 = EnglishUS, 2 = Spanish.integer
ID of the file language linked to this record.
string
The name value for this email template file.
string
The subject value for this email template file.
string
The file contents value for this email template file.
boolean
Whether is text only is enabled.
string
The from name value for this email template file.
string
The from email value for this email template file.
string
The cc email value for this email template file.
string
The cco email value for this email template file.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one EmailTemplateFile