Group messages
Availability
Section titled “Availability”Currently the group messaging API is only available to Sapphire plans and above.
Roadmap
Section titled “Roadmap”- ✅ Sending iMessages to groups: supported
- ✅ Sending SMS to groups: supported
- ✅ Receiving iMessage in groups: supported
- ✅ Receiving SMS in groups: supported
- ✅ Sending MMS to groups: supported
- ✅ Receiving MMS in groups: supported
- ✅ Sending expressive messages: supported
- ✅ Adding people to groups: supported
- 🟡 Removing people from groups: Scheduled
- 🟡 Changing group names: Scheduled
- 🟡 Leaving groups: Scheduled
API response
Section titled “API response”The API response will contain the assigned group_id, which is useful for correlating messages sent to a group and messages received from a group.
Sending group messages
Section titled “Sending group messages”You can send messages using the /send-group-message endpoint.
Receiving group messages
Section titled “Receiving group messages”Receiving group messages is very straightforward. There will be a field called group_id which gets sent to your receive webhook.
Adding people to group chats
Section titled “Adding people to group chats”You can add someone to your group chat with the /api/modify-group endpoint.
Removing people from group chats (in-progress)
Section titled “Removing people from group chats (in-progress)”Removing people from group chats is not yet supported.