Skip to main content
POST
Send Text Message

Basic Usage

Reply to a Message


Request Body


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

Authorization
string
header
required

Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN

Body

application/json
phone_number
string
required

Recipient phone number with country code

Example:

"+27123456789"

message_type
enum<string>
required

Must be "text"

Available options:
text
Example:

"text"

text
string
required

Text content of the message

Example:

"Hello! This is a test message from FlowIQ API."

context_message_id
string

WhatsApp message ID to reply to

Example:

"wamid.HBgLMjc4MTIzNDU2NzgVAgASGBQzRUI..."

Response

Message sent successfully

success
boolean
Example:

true

message
string
Example:

"Message sent successfully"

data
object