Send a specific template message to a given phone number. Donβt worry about the structure, if the data is in the body AI will take care of it
The template ID of the message to be sent
API key needed to authorize the request
The stage id to send the message to
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 object.
Message sent successfully.