Skip to main content
Glama

Titanmind WhatsApp MCP

by TitanmindAGI
MIT License
15
  • Apple
  • Linux

send_msg_to_multiple_num_using_approved_template

Send WhatsApp messages to multiple contacts using an approved template. Simplify bulk messaging workflows, ensure compliance, and manage conversations efficiently with the Titanmind WhatsApp MCP server.

Input Schema

NameRequiredDescriptionDefault
contactsYes
template_idYes

Input Schema (JSON Schema)

{ "$defs": { "Contact": { "properties": { "country_code": { "title": "Country Code", "type": "string" }, "country_code_alpha": { "title": "Country Code Alpha", "type": "string" }, "phone_without_country_code": { "title": "Phone Without Country Code", "type": "string" } }, "required": [ "country_code_alpha", "country_code", "phone_without_country_code" ], "title": "Contact", "type": "object" } }, "properties": { "contacts": { "items": { "$ref": "#/$defs/Contact" }, "title": "Contacts", "type": "array" }, "template_id": { "title": "Template Id", "type": "integer" } }, "required": [ "template_id", "contacts" ], "type": "object" }

Other Tools from Titanmind WhatsApp MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TitanmindAGI/titanmind-whatsapp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server