Organisation
Get all email templates for specified organisation
get/organisation/{id}/email_templates
Path parameters
idinteger required
Organisation ID
Response
OK
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"
}
]