send_whatsapp_template
ActiveTool of Famulor
declared in 0.2.0
Send a WhatsApp template message (required when initiating or outside the 24h window).
Parameters schema
{
"type": "object",
"required": [
"sender_id",
"template_id",
"recipient_phone"
],
"properties": {
"sender_id": {
"type": "integer"
},
"variables": {
"type": "object",
"additionalProperties": true
},
"template_id": {
"type": "integer"
},
"recipient_name": {
"type": "string"
},
"recipient_phone": {
"type": "string",
"description": "E.164"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries