Sendbird · Example Payload

Sendbird Send Message Example

Send a text message to a group channel.

Sendbird Send Message Example is an example object payload from Sendbird, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathdescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "sendMessage",
  "method": "POST",
  "path": "/group_channels/{channel_url}/messages",
  "description": "Send a text message to a group channel.",
  "request": {
    "url": "https://api-YOUR_APP_ID.sendbird.com/v3/group_channels/sendbird_group_channel_12345/messages",
    "method": "POST",
    "headers": {
      "Api-Token": "{api_token}",
      "Content-Type": "application/json"
    },
    "body": {
      "message_type": "MESG",
      "user_id": "agent_001",
      "message": "Hi Jane! I'm looking into your order issue right now. Can you confirm your order number?",
      "custom_type": "support_response",
      "data": "{\"ticket_id\": \"TKT-9876\", \"priority\": \"high\"}"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "message_id": 987654321,
      "type": "MESG",
      "message": "Hi Jane! I'm looking into your order issue right now. Can you confirm your order number?",
      "channel_url": "sendbird_group_channel_12345",
      "user": {
        "user_id": "agent_001",
        "nickname": "Support Agent Alex",
        "profile_url": "https://example.com/avatars/alex.png"
      },
      "created_at": 1746172900000,
      "updated_at": 1746172900000,
      "custom_type": "support_response",
      "data": "{\"ticket_id\": \"TKT-9876\", \"priority\": \"high\"}",
      "mention_type": null,
      "mentioned_users": []
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/sendbird-send-message-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.