Skip to main content
Before sending, the token must be paired and connected. Use the token detail page for a dashboard test send, or call the API:
POST /api/v1/sessions/:sessionId/messages
Authorization: Bearer <access_token>
Content-Type: application/json
{
  "to": "15551234567",
  "content": {
    "type": "text",
    "text": "Your order is ready."
  }
}