Skip to main content
The Send session message endpoint delivers messages to users with an open conversation on WhatsApp, Facebook, Instagram, or SMS.
Session messages only work inside the 24-hour active session window. To reach users outside that window, use Send template message.

Message types

Set message_type in the request body, then include the payload for that type. In most cases the payload field uses the same name as message_type (for example "message_type": "text" with a "text" string). Text Media — each type uses an object with mime_type and a public url Location Interactive (WhatsApp only) Supported channel values: whatsapp, facebook, sms, instagram.

Sample requests


Optional fields


Response

On success the API returns:
See the Send session message API reference for the interactive playground and full schema.