Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsWhatsapp

Send Template

Sends a message using a specific WhatsApp template.

POST /api/agents/whatsapp/sendTemplate

Request Body

{ "template_id": "HXxxxxxxxxxxxxxxxx", "phone_number": "+1234567890", "site_id": "123e4567-e89b-12d3-a456-426614174000" }
ParameterTypeRequiredDescription
template_idstringYesThe SID of the template to send.
phone_numberstringYesRecipient’s phone number.
site_idstringYesThe UUID of the site.
message_idstringNoUUID for tracking the message.
original_messagestringNoThe original message text (for logging).

Response

Returns the status of the send operation, including the Twilio message SID.

Last updated on