Sends a pre-approved WhatsApp template. Required for initiating conversations outside the 24-hour service window. Dynamic variables go in the components array.
/api/v1/contact/:phone/send-template-messageRecommendation
Template name (from Meta)
Language locale (e.g. en_US)
Variable values for template placeholders
Whether request succeeded
Platform message ID
Meta message ID
curl -X POST "https://app.chatofy.in/api/v1/contact/+917838343515/send-template-message" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"template":{"name":"hello_world","language":{"code":"en_US"}}}'Was this endpoint guide helpful?