⚡ Production Multi-Tenant API · v1.0.0

The Automation Engine Behind Modern Business

CRM pipelines, WhatsApp messaging, Google Meet scheduling, email marketing, AI lead generation, and distributed job processing — unified in one secure API.

How It Works — Event-Driven Architecture
📱
Client App
SDK / Webhook trigger
🔐
API Gateway
Auth + Rate Limit + Validate
EventBus
Rule matching + scheduling
📦
erix-store
Job queue + WAL persistence
⚙️
Workers
13 specialized handlers
🚀
Delivery
WA / Email / Meet / Hook
All systems operational — production
v1.0.0
Version
production
Environment
60+
Endpoints
13
Job Handlers
Platform Modules
Everything You Need, One API Call Away
Multi-tenant architecture with per-client isolation, real-time Socket.IO, and background job processing via erix-store.
📊
CRM Engine
Leads, pipelines, stages, scoring, tags, activities, deal tracking. Full lifecycle from capture to conversion.
leads pipelines scoring segments
Automations
Event-driven rules with instant, delayed, and time-relative execution. Workflows, sequences, and custom triggers.
triggers workflows sequences delayed
💬
WhatsApp
Templates, broadcasts, two-way chat, media upload, reactions, and inbound webhook processing.
templates broadcast chat webhook
📧
Email Marketing
AWS SES campaigns with open/click tracking, bounce handling, unsubscribe, and template variable mapping.
SES tracking campaigns
📹
Google Meet
Auto-create meetings, smart reminders (1h/15min before), reschedule, paid consultations with Razorpay.
calendar reminders paid
🤖
LAIE AI Engine
Web scraping (7 directories), LinkedIn enrichment, competitor analysis, AI outreach kits via Gemini/Claude.
scraping AI enrichment
📦
Job Queue
erix-store distributed queue with priority, delay, retry, DLQ, heartbeat, per-tenant fairness, and WAL.
priority retry DLQ WAL
☁️
Cloud Storage
R2/S3 with presigned uploads, folder management, quota enforcement, and CDN image variants.
R2 presigned CDN
🏢
Agency Platform
Multi-client management, blueprint deployment, portfolio KPIs, staff management, and per-tenant billing.
blueprints portfolio billing
Quick Start
Integrate in 30 Seconds
Install
npm install @ecodrix/erix-api
Fire an Automation
import { ErixAPI } from '@ecodrix/erix-api';

const erix = new ErixAPI({
  baseUrl: 'https://api.ecodrix.com',
  apiKey: 'your_api_key',
  clientCode: 'ERIX_CLNT_XXXXXX',
});

// Fire event → triggers WhatsApp + email automations
await erix.crm.automations.trigger({
  trigger: 'order_created',
  phone: '+919876543210',
  variables: { orderId: 'ORD-001', amount: '999' },
  createLeadIfMissing: true,
});

Ready to Build?

Full SDK for Node.js. Webhook support for any platform. Ship automations in minutes, not weeks.

Ctrl+Shift+T theme · / search