--- title: Group messages | Sendblue Docs description: Sending Group Messages from your Business | iMessage for Business --- This API is still in beta, and is subject to change at any time. Please [consult with us](https://sendblue.com/request-a-demo) before going into production. ## Availability Currently the group messaging API is only available on select plans. [Contact us](https://sendblue.com/request-a-demo) for access. ## 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](/guides/expressive-messages/index.md)**: supported - ✅ **Adding people to groups**: supported - 🟡 ***Removing people from groups**: Scheduled* - 🟡 ***Changing group names**: Scheduled* - 🟡 ***Leaving groups**: Scheduled* ## 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. The `group_id` that you receive in the response from `/api/send-group-message` is the only way you will be able to correlate messages sent in a group to messages received from a group in your app. ## Sending group messages You can send messages using the [/send-group-message](/api/resources/groups/methods/send_message/index.md) endpoint. ## Receiving group messages Receiving group messages is very straightforward. There will be a field called group\_id which gets sent to your [receive webhook](/getting-started/receiving-messages/index.md). ## Adding people to group chats You can add someone to your group chat with the [/api/modify-group](/api/resources/groups/methods/modify_group/index.md) endpoint. ## Removing people from group chats (in-progress) Removing people from group chats is not yet supported. This documentation is actively being updated