Fetch email templates
GET/emails/builder
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Fetch email templates by location id
Request
Version stringrequired
API Version
Available options
2021-04-15locationId stringrequired
limit number
Default value:
10offset number
Default value:
0search string
Default value:
sortByDate string
Default value:
descarchived boolean
Default value:
falsebuilderVersion string
Available options
12name string
Default value:
parentId string
Default value:
originId string
templatesOnly boolean
Default value:
falseSuccess
- application/json
- Schema
- Example (auto)
Schema
namestring
template name
updatedBystring
updated by
isPlainTextboolean
plain text based template
lastUpdatedstring
last updated
dateAddedstring
date added
previewUrlstring
preview url
idstring
id
versionstring
version
templateTypestring
type
{
"name": "New Template",
"updatedBy": "John Doe",
"isPlainText": "false",
"lastUpdated": "2024-11-12T12:34:36.070Z",
"dateAdded": "2024-11-12T12:34:36.070Z",
"previewUrl": "https://example.com",
"id": "67334b231f2fad724062f52b5",
"version": "1",
"templateType": "builder"
}