EZContact
EZContact
🔌 API & MCP Ready

Connect EZContact with any tool

REST API, MCP Server and webhooks ready to integrate with your favorite systems. Automate WhatsApp in minutes.

Popular integrations

Zapier

Connect with +5,000 apps no-code

🔄

n8n

Powerful open source automation

🎯

Make

Advanced visual workflows

🤖

Claude Desktop

AI that sends WhatsApp for you

📊

Your CRM

Salesforce, HubSpot, Pipedrive...

🔗

Webhooks

Any system with HTTP

Ready-to-use Zapier templates

Connect EZContact with your favorite apps in minutes. Each template is a preconfigured workflow — just connect your accounts.

Simple and powerful REST API

JSON-RPC 2.0 with API Key authentication. Send messages, templates and manage contacts.

📤

Send messages

Direct messages within the 24h window

📋

Send templates

Meta-approved templates, no time restriction

📇

Search contacts

Query your contact directory

📑

List templates

Get your available templates

Use cases

🎯
TRIGGER New lead in CRM
ACTION Send welcome WhatsApp
RESULT Response in minutes, not hours
🛒
TRIGGER Purchase completed
ACTION Automatic confirmation
RESULT Customer informed instantly
📅
TRIGGER Appointment scheduled
ACTION WhatsApp reminder
RESULT Reduce no-shows 40%
📦
TRIGGER Order shipped
ACTION Tracking notification
RESULT Fewer follow-up calls
🤖 Model Context Protocol

Model Context Protocol compatible

The first WhatsApp CRM with native support for AI agents.

  • Claude Desktop can send WhatsApps for you
  • Your AI agents access WhatsApp as a tool
  • Anthropic standard protocol
  • Ready-to-download bridge
claude_desktop_config.json
{
  "mcpServers": {
    "ezcontact": {
      "command": "node",
      "args": ["ezcontact-mcp-bridge.js"],
      "env": {
        "API_KEY": "your_api_key",
        "MCP_URL": "https://app.ezcontact.ai/api/mcp.php"
      }
    }
  }
}
⚡ Zapier Integration

Connect with 7,000+ apps via Zapier

Set up automations between EZContact and your favorite tools — no code, in minutes.

Complete documentation

Everything you need to integrate in minutes.

JavaScript
// 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
  })
})

Ready to stop losing customers?

Schedule a 15-minute demo and discover how EZContact can transform your customer service.