Sends a button or list interactive message. Boosts engagement with clickable reply options.
/api/v1/contact/:phone/send-interactive-messageNote
Type: "button" or "list"
Message body text
Button options (max 3)
Always "reply"
Button identifier
Button label text
Whether request succeeded
Platform message ID
Meta message ID
curl -X POST "https://app.chatofy.in/api/v1/contact/+917838343515/send-interactive-message" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"interactive":{"type":"button","body":{"text":"Are you interested?"},"action":{"buttons":[{"type":"reply","reply":{"id":"yes","title":"Yes!"}},{"type":"reply","reply":{"id":"no","title":"No thanks"}}]}}}'Was this endpoint guide helpful?