Messages
Documentation for Conversations API
📄️ Get message by message id
Get message by message id.
📄️ Get messages by conversation id
Get messages by conversation id.
📄️ Send a new message
Post the necessary fields for the API to send a new message.
📄️ Add an inbound message
Post the necessary fields for the API to add a new inbound message. <br />
📄️ Add an external outbound call
Post the necessary fields for the API to add a new outbound call.
📄️ Cancel a scheduled message.
Post the messageId for the API to delete a scheduled message. <br />
📄️ Upload file attachments
Post the necessary fields for the API to upload files. The files need to be a buffer with the key 'fileAttachment'. <br /><br /> The allowed file types are: <br/> <ul><li>JPG</li><li>JPEG</li><li>PNG</li><li>MP4</li><li>MPEG</li><li>ZIP</li><li>RAR</li><li>PDF</li><li>DOC</li><li>DOCX</li><li>TXT</li></ul> <br /><br /> The API will return an object with the URLs
📄️ Update message status
Post the necessary fields for the API to update message status.
📄️ Get Recording by Message ID
Get the recording for a message by passing the message id
📄️ Get transcription by Message ID
Get the recording transcription for a message by passing the message id
📄️ Download transcription by Message ID
Download the recording transcription for a message by passing the message id