v8

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

Create a new email template within the organisation

post/organisation/{id}/email_template

Path parameters

idinteger required

Organisation ID

Request body

namestring
template_subjectstring
template_bodystring

Example request

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

Response

OK

messagestring

Example response

{
  "message": "Successfully created email template"
}