Send a message to a group chat
The agent’s phone number must first be added to the group chat before messages can be sent.
You’ll need the thread_id of the group chat to send messages. This is provided when you create a group or in webhook events.
To send a document to a group:
You can also use the newer universal endpoint for group messages:
thread_id
instead of a to
number.caption
field is optional. You can send media without a caption if desired.Message sent successfully
The response is of type object
.
Send a message to a group chat
The agent’s phone number must first be added to the group chat before messages can be sent.
You’ll need the thread_id of the group chat to send messages. This is provided when you create a group or in webhook events.
To send a document to a group:
You can also use the newer universal endpoint for group messages:
thread_id
instead of a to
number.caption
field is optional. You can send media without a caption if desired.Message sent successfully
The response is of type object
.