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
The Id of the EmailTemplateFile record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
The language value for this email template file. See
eLanguage enum values: 3 = EnglishUK, 1 = EnglishUS, 2 = Spanish.ID of the file language linked to this record.
The name value for this email template file.
The subject value for this email template file.
The file contents value for this email template file.
Whether is text only is enabled.
The from name value for this email template file.
The from email value for this email template file.
The cc email value for this email template file.
The cco email value for this email template file.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one EmailTemplateFile