v1
latestOpenAPI 3.1.02026-07-26359254.7 MBEmail Templates
List email templates
<small>Requires the sequences:read scope (or a broader one that includes it).</small>
Returns a paginated list of email templates for the authenticated user.
get/v3/email-templates
Query parameters
topinteger
Maximum number of items to return
skipinteger
Number of items to skip
namestring
Filter templates by name (partial match)
folder_idinteger
Filter templates by folder ID
folder_typestring
Filter templates by folder type (e.g., "personal", "shared")
is_defaultboolean
Filter templates by default status
Response
Paginated list of email templates
Example response
{
"items": [
{
"id": 101,
"name": "Follow-up template",
"subject": "Quick follow-up",
"body": "<p>Hi {{firstName}},</p>",
"folderId": 5,
"folderType": "personal",
"attachments": []
}
]
}