v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBIn-App Chat
Send Group In-App Chat
Send a group message via In-App Chat.
post/communications/send_inappchat/group
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Request body
Example request
{
"send_message_as_id": 1234567891234567
}Response
Sid of the conversation created or updated with the message sent and Sid of the message sent.
Example response
{
"send_from": {
"send_message_as_id": 1234567891234567
}
}