REST API, MCP Server and webhooks ready to integrate with your favorite systems. Automate WhatsApp in minutes.
Connect with +5,000 apps no-code
Powerful open source automation
Advanced visual workflows
AI that sends WhatsApp for you
Salesforce, HubSpot, Pipedrive...
Any system with HTTP
JSON-RPC 2.0 with API Key authentication. Send messages, templates and manage contacts.
Direct messages within the 24h window
Meta-approved templates, no time restriction
Query your contact directory
Get your available templates
The first WhatsApp CRM with native support for AI agents.
{
"mcpServers": {
"ezcontact": {
"command": "node",
"args": ["ezcontact-mcp-bridge.js"],
"env": {
"API_KEY": "your_api_key",
"MCP_URL": "https://app.ezcontact.ai/api/mcp.php"
}
}
}
} Everything you need to integrate in minutes.
// Send WhatsApp message
fetch('https://app.ezcontact.ai/api/mcp.php', {
method: 'POST',
headers: {
'X-API-Key': 'your_api_key',
'Content-Type': 'application/json'
},
body: JSON.stringify({
jsonrpc: '2.0',
method: 'enviar_template',
params: {
telefono: '+15551234567',
template_name: 'welcome',
variables: ['John']
},
id: 1
})
}) Schedule a 15-minute demo and discover how EZContact can transform your customer service.