Send WhatsApp messages through Meta’s WhatsApp Business API. Supports text, media (image/video/audio/document), location, contacts, interactive messages (buttons/lists), and reactions.
fiq_ prefixtext - Plain text messagesimage - Image with optional captionvideo - Video with optional captionaudio - Audio/voice messagedocument - Document with optional filename and captionlocation - Location sharingcontacts - Contact card sharinginteractive - Buttons or list menusreaction - Emoji reaction to existing message| Field | Type | Required | Description |
|---|---|---|---|
phone_number | string | Yes | Recipient phone number with country code |
message_type | string | Yes | Must be "reaction" |
reaction.message_id | string | Yes | WhatsApp message ID to react to |
reaction.emoji | string | No | Emoji to react with (default: 👍) |
reaction.message_id values from the conversations endpoint. It must
be a valid WhatsApp message ID from the conversation.Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Organization tenant identifier (slug)
Recipient phone number with country code
"+27123456789"
Type of message to send
text, image, video, audio, document, location, contacts, interactive, reaction "text"
Text content (required for text messages)
"Hello, World!"
URL to media file (required for image/video/audio/document)
"https://example.com/image.jpg"
Caption for media messages
"Check this out!"
Filename for document messages
"document.pdf"
Array of contact cards to share
Interactive message configuration
Reaction configuration
WhatsApp message ID to reply to
"wamid.HBgLMjc4MTIzNDU2NzgVAgASGBQzRUI..."