post https://{api_url}/api/v5/admin//communications
Send comms with content defined by liquid template
Log in to see full request history
Responses
201Created
403Forbidden
404Not Found
Send comms with content defined by liquid template
201Created
403Forbidden
404Not Found
xxxxxxxxxx
12curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/communications \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"subject[subject_type]": "plaintext",
"body[body_type]": "plaintext",
"message_type": "email",
"sender": "JRNI <service@jrni.com>"
}
'
Try It!
to start a request and see the response here!