v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
Email Template Groups

Get an email template group

Returns a single email template group by ID.

get/api/v2/email-template-groups/{group_id}

Path parameters

group_idstring required

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

metaobject nullable

Optional metadata. Shape varies by endpoint.

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
  }
}