v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Communication Template

communicationTemplate.list

List all enabled communication templates.

Requires the hiringProcessMetadataRead permission.

post/communicationTemplate.list

Request body

CommunicationTemplateListRequest required

Response

Responses from the communicationTemplate.list endpoint

OR

Example response

{
  "success": true,
  "results": [
    {
      "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
      "createdAt": "2024-01-15T10:30:00.000Z",
      "updatedAt": "2024-01-15T10:30:00.000Z",
      "title": "Rejection + Consideration for Future Positions",
      "intendedTypes": [
        "email",
        "inMail"
      ]
    }
  ]
}