curl -X POST "https://api.contactship.ai/v1/waba/send" \ -H "x-api-key: your-api-key" \ -H "Content-Type: application/json" \ -d '{ "channel_id": "chn_abc123", "contact_id": "c1d2e3f4-a5b6-7890-cdef-123456789012", "content": "Hello! How can I help you today?" }'
Send a text message to a contact via WhatsApp Business API (WABA)
POST
/
v1
/
waba
/
send
curl -X POST "https://api.contactship.ai/v1/waba/send" \ -H "x-api-key: your-api-key" \ -H "Content-Type: application/json" \ -d '{ "channel_id": "chn_abc123", "contact_id": "c1d2e3f4-a5b6-7890-cdef-123456789012", "content": "Hello! How can I help you today?" }'
Sends a plain text message to a contact through a configured WhatsApp Business channel. Automatically creates or reuses an existing conversation thread.
curl -X POST "https://api.contactship.ai/v1/waba/send" \ -H "x-api-key: your-api-key" \ -H "Content-Type: application/json" \ -d '{ "channel_id": "chn_abc123", "contact_id": "c1d2e3f4-a5b6-7890-cdef-123456789012", "content": "Hello! How can I help you today?" }'