Every channel.
One API.
The developer infrastructure for omnichannel messaging. WhatsApp, Instagram, Messenger, web chat, AI voice, and email — unified under a single REST API.
Free to start · No credit card · First API call in under 5 minutes
Developer-first
Ship omnichannel messaging in minutes, not months.
A consistent, well-documented API across every channel. Type-safe SDKs. Real-time webhooks with HMAC verification. Multi-tenant from day one.
- One endpoint to send across all channels
- HMAC-SHA256 signed webhook payloads
- Multi-tenant architecture built-in
- Type-safe SDK with full IntelliSense
1import { IntelliPortal } from "@intelliportal/sdk"; // coming soon — Q2 20262 3const portal = new IntelliPortal({4 apiKey: process.env.INTELLI_API_KEY!,5});6 7// Send a WhatsApp message8const message = await portal.messages.send({9 channel: "whatsapp",10 to: "+1234567890",11 type: "text",12 content: {13 body: "Your order #1234 has shipped! 📦",14 },15});16 17console.log(message.id); // "msg_a1b2c3d4"Multi-Language SDKs
Send messages with
your favorite stack.
A clean, consistent interface across every language. Pick your stack, install the SDK, and start sending messages in minutes — not days.
1import { IntelliPortal } from "@intelliportal/sdk";2 3const portal = new IntelliPortal({4 apiKey: process.env.INTELLI_API_KEY!,5});6 7await portal.messages.send({8 channel: "whatsapp",9 to: "+1234567890",10 content: { body: "Hello from Node.js!" },11});Omnichannel
Every channel your customers use.
Integrate once. Reach customers on WhatsApp, Instagram, Messenger, web chat, email, voice, and more — all through a single API.
Capabilities
Everything you need to build.
Scoped Bearer tokens. SHA-256 hashed. Set expiry, restrict by IP, rotate without downtime.
HMAC-SHA256 signed payloads for every event. Auto-retry with exponential backoff. Full delivery logs.
One endpoint for text, media, and templates. Consistent shape regardless of channel or message type.
Initiate Meta's WhatsApp Business onboarding inside your product. No redirects, no external forms.
Manage hundreds of client accounts from a single integration. Scoped keys, isolated data, shared infrastructure.
HMAC signatures, IP whitelisting, scoped permissions, key expiry. Security is baseline, not a paid tier.
Full audit trail for every delivery — timestamp, payload, response code, retry count. Debug without guessing.
Create, rotate, and revoke API keys from the dashboard or API. Scope per client, set TTLs, audit usage.
Quick start
Three steps. That's it.
Create your account
Sign up and get your API key in under a minute. No sales call. No credit card. Just start building.
1curl https://api.intelliportal.io/v1/keys \2 -H 'Authorization: Bearer ik_live_...'Configure your channels
Connect WhatsApp, Instagram, Messenger, email, or any supported channel. Use Embedded Signup for WhatsApp onboarding in your own UI.
1await portal.channels.connect({2 type: "whatsapp",3 phone_number_id: "123456789",4});Send your first message
One API call. Any channel. Real-time delivery receipts via webhooks.
1await portal.messages.send({2 channel: "whatsapp",3 to: "+1234567890",4 content: { body: "Hello from IntelliPortal!" },5});Built for every team.
From startups to enterprise — teams use IntelliPortal to power messaging at every scale.
SaaS Platforms
Embed omnichannel messaging as a native feature. Multi-tenant architecture lets you manage hundreds of client accounts from a single integration.
Enterprise
For banks, government, and global enterprises. Role-based access, audit logs, SSO-ready, and SLAs for regulated industries.
Integration Builders
Real-time webhook events from every channel — messages, statuses, read receipts, call events — as signed payloads. Connect in hours.
Independent Developers
Build chatbots, voice agents, automation workflows, and custom integrations. Full API access. No vendor lock-in.
Infrastructure you can build on.
Full REST API across every channel. Real-time webhooks. Multi-tenant architecture. Embedded Signup SDK. Build omnichannel messaging into your product — and ship in days, not months.
Read the DocsYour first API call is
five minutes away.
Create an account, generate a scoped key, and send your first message — before you've finished your coffee.
Free to start · Full docs included · No sales call required