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

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"
      }
    }
  }
}

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.