Skip to content
  • Auto
  • Light
  • Dark
Get Started
Getting Started
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Group messages

Currently the group messaging API is only available to Sapphire plans and above.

  • 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

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.

You can send messages using the /send-group-message endpoint.

Receiving group messages is very straightforward. There will be a field called group_id which gets sent to your receive webhook.

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.