Sends a free-form text message. Requires an active 24-hour customer service window. For out-of-window sends, use Template Messages.
/api/v1/contact/:phone/send-messageRecommendation
Message text content (max 4096 chars)
Auto-expand URLs into link previews
Whether request succeeded
Platform message ID (wamid)
Always "whatsapp"
Original recipient input
WhatsApp ID of recipient
Meta message ID
curl -X POST "https://app.chatofy.in/api/v1/contact/+917838343515/send-message" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":{"body":"Hello! How can we help?"}}'Was this endpoint guide helpful?