v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01421779.8 KB
Organisation

Get all email templates for specified organisation

get/organisation/{id}/email_templates

Path parameters

idinteger required

Organisation ID

Response

OK

idinteger
organisation_idinteger
namestring
template_subjectstring
template_bodystring

Example response

[
  {
    "id": 1541815603606036500,
    "organisation_id": 1541815603606036500,
    "name": "Success Email",
    "template_subject": "[OUTCOME] {{campaign_name}} - {{role_name}}",
    "template_body": "Hi {{name}}, you have been successful in your application for {{organisation_name}} {{role_name}}. Regards {{organisation_name}} Exec"
  }
]