post https://textpeak-streams.commpeak.com/event_send/
Headers:
Authorization
: This is an authorization token that verifies your access to the API. Please fill this with your actual token when making requests.Content-Type
: This should always be set toapplication/json
as the API accepts request data in JSON format.
Request Body:
The request body should be a JSON object with a messages
key that contains an array of message objects. Each message object should have the following keys:
internal_id
: This is an identifier for the message. It should be unique for each message.sender
: This is the sender’s identifier. It could be a name, phone number, or any other identifier.recipient_phone
: This is the phone number of the recipient of the message.message_content
: This is the actual content of the message.
EndFragment