v1
latestOpenAPI 3.1.02026-08-0456127224.3 KBEmail Template Groups
List email template groups
Returns all email template groups for the workspace.
get/api/v2/email-template-groups
Query parameters
limitinteger
starting_afterstring nullable
searchstring nullable
Case-insensitive substring filter applied to the group name.
Case-insensitive substring filter applied to the group name.
Headers
X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable
Response
Successful Response
Example response
{
"data": [
{
"id": "E629E33BC4AD",
"name": "Engineering Hiring Emails",
"template_mappings": {
"WEB_INTERVIEW_INVITATION": "B31EB9E73BEE",
"WEB_INTERVIEW_NUDGE": "637CE3438ACA"
},
"sender_email_id": "1BF9F7881AC8",
"created_at": 1739612400,
"updated_at": 1739617200
}
]
}