WhatsApp (WABA)
Send WhatsApp Message
Send a text message to a contact via WhatsApp Business API (WABA)
POST
Sends a plain text message to a contact through a configured WhatsApp Business channel. Automatically creates or reuses an existing conversation thread.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Body
UUID of the WABA channel to send from. Find your channel IDs in your dashboard under Channels.
UUID of the contact to message. The contact must have a valid WhatsApp number (
wa_id or phone_number).The text content of the message.
UUID of an existing conversation thread. If provided,
channel_id and contact_id are inferred from the thread automatically.Response
true if the message was sent successfully.Human-readable status description.
Error Codes
400 Bad Request— Missing required fields or channel is not WABA type401 Unauthorized— Invalid or missing API key404 Not Found— Channel or contact not found500 Internal Server Error— Server-side or Meta API error
