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
Connect EZContact with your favorite apps in minutes. Each template is a preconfigured workflow — just connect your accounts.
Send a WhatsApp message when you get a new Facebook lead
Zapier → 📊Send WhatsApp messages for new Google Sheets rows
Zapier → 📅Send WhatsApp appointment reminders when a Calendly event is scheduled
Zapier → 📝Send a WhatsApp message for every new Typeform response
Zapier → 🧲Send a welcome WhatsApp when a new contact is created in HubSpot
Zapier → 🛒Send WhatsApp order confirmations for new Shopify orders
Zapier → ⏰Send recurring WhatsApp reminders on a set schedule
Zapier →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"
}
}
}
} Set up automations between EZContact and your favorite tools — no code, in minutes.
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.