Send Text Message
Endpoints
Send Text Message
Send a plain text WhatsApp message to an existing contact.
POST
Send Text Message
Documentation Index
Fetch the complete documentation index at: https://docs.flowapt.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Reply to a Message
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
phone_number | string | Yes | Recipient phone number with country code |
message_type | string | Yes | Must be "text" |
text | string | Yes | The text content of the message |
context_message_id | string | No | WhatsApp message ID to reply to |
Response
Success (200)
Error: Missing Required Field (400)
Integration Example
Message Context
Use
context_message_id when replying to specific messages. This creates a
visual thread in the WhatsApp conversation.Authorizations
Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Body
application/json
Recipient phone number with country code
Example:
"+27123456789"
Must be "text"
Available options:
text Example:
"text"
Text content of the message
Example:
"Hello! This is a test message from FlowIQ API."
WhatsApp message ID to reply to
Example:
"wamid.HBgLMjc4MTIzNDU2NzgVAgASGBQzRUI..."

