Path Parameters
The template ID of the message to be sent
Query Parameters
API key needed to authorize the request
The stage id to send the message to
The stage id to send the message to
Body
The payload to send with the template message. Can be JSON or form data. To add integration data use the key integrationData
and the value should be a JSON object with the following structure: { "integrationContactId": "value", "integrationDealId": "value", "additionalData": { "key": "value" } }
The body is of type any[]
.
Response
Message sent successfully.