v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
Email Templates

List email templates

Returns all email templates configured for the workspace.

get/api/v2/email-templates

Query parameters

limitinteger
starting_afterstring nullable
searchstring nullable

Case-insensitive substring filter applied to the template name.

Case-insensitive substring filter applied to the template name.

Headers

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

Response

Successful Response

Example response

{
  "data": [
    {
      "id": "B31EB9E73BEE",
      "template_key": "WEB_INTERVIEW_INVITATION",
      "name": "Custom Interview Invitation",
      "subject": "Interview Confirmation for {{job_title}} at {{company_name}}",
      "content": "<p>Hello {{candidate_name}}, ...</p>",
      "blackout_period": {
        "enabled": true,
        "timezone": "America/New_York",
        "start_hour": 22,
        "end_hour": 7
      },
      "created_at": 1739612400,
      "updated_at": 1739617200
    }
  ]
}