Sinch · Example Payload

Sinch Send Conversation Message Example

Example request and response for sending a WhatsApp message via the Sinch Conversation API

CommunicationsMessagingSMSVoiceVerificationCPaaS

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

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Send Conversation Message Example",
  "description": "Example request and response for sending a WhatsApp message via the Sinch Conversation API",
  "request": {
    "method": "POST",
    "url": "https://us.conversation.api.sinch.com/v1/projects/{project_id}/messages",
    "headers": {
      "Authorization": "Bearer your-api-token-here",
      "Content-Type": "application/json"
    },
    "body": {
      "app_id": "your-app-id",
      "recipient": {
        "contact_id": "contact-01H6XYZ"
      },
      "message": {
        "text_message": {
          "text": "Hello! Your order #12345 has been shipped and will arrive in 2-3 business days."
        }
      },
      "channel_priority_order": ["WHATSAPP", "SMS"]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "accepted_id": "01H6MSG789ABC",
      "message_id": null
    }
  }
}

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/sinch-send-conversation-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 email required.

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