Skip to main content
POST
Send a recorded template on an application

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Path Parameters

applicationid
integer
required

Application ID

Body

application/json
template_id
integer
required

Template to send. Must belong to the application's organisation.

subject
string

Optional subject override.

message
string

Optional HTML body override.

organisation_id
integer

Optional organisation the read is narrowed to.

Response

Email sent

_status
enum<string>
Available options:
OK,
INVALID
application_id
integer

ID of the application written to.

template_id
integer

ID of the template that was sent.