IntelliPortal
DocsAPI ReferenceChangelog
Sign inGet API key
Meta Tech Provider · Omnichannel Platform

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.

Get your API keyRead the docs

Free to start · No credit card · First API call in under 5 minutes

intelliportal — api-gateway
0+
Channels
0.9%
Uptime SLA
0ms
Avg Latency
0M+
Messages/month

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
Explore the API reference
send-message.ts
1import { IntelliPortal } from "@intelliportal/sdk"; // coming soon — Q2 2026
2 
3const portal = new IntelliPortal({
4 apiKey: process.env.INTELLI_API_KEY!,
5});
6 
7// Send a WhatsApp message
8const 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.

send.ts
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.

WhatsAppWhatsApp
InstagramInstagram
MessengerMessenger
Web Chat
EmailEmail
AI VoiceAI Voice
SMSSMS
TelegramTelegram

Capabilities

Everything you need to build.

API Keys & Auth

Scoped Bearer tokens. SHA-256 hashed. Set expiry, restrict by IP, rotate without downtime.

Real-time Webhooks

HMAC-SHA256 signed payloads for every event. Auto-retry with exponential backoff. Full delivery logs.

Unified Send API

One endpoint for text, media, and templates. Consistent shape regardless of channel or message type.

Embedded Signup

Initiate Meta's WhatsApp Business onboarding inside your product. No redirects, no external forms.

Multi-Tenant

Manage hundreds of client accounts from a single integration. Scoped keys, isolated data, shared infrastructure.

Secure by Default

HMAC signatures, IP whitelisting, scoped permissions, key expiry. Security is baseline, not a paid tier.

Delivery Logs

Full audit trail for every delivery — timestamp, payload, response code, retry count. Debug without guessing.

Key Management

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.

01
Step 01

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_...'
02
Step 02

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});
03
Step 03

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.

Most popular

SaaS Platforms

Embed omnichannel messaging as a native feature. Multi-tenant architecture lets you manage hundreds of client accounts from a single integration.

Learn more
Enterprise

Enterprise

For banks, government, and global enterprises. Role-based access, audit logs, SSO-ready, and SLAs for regulated industries.

Learn more
Developers

Integration Builders

Real-time webhook events from every channel — messages, statuses, read receipts, call events — as signed payloads. Connect in hours.

Learn more
Free tier

Independent Developers

Build chatbots, voice agents, automation workflows, and custom integrations. Full API access. No vendor lock-in.

Learn more

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 Docs
HMAC-SHA256
Signed payloads
< 50ms
P95 latency
6+ channels
One API
Multi-tenant
By design

Your 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.

Get your API keyBrowse the API reference

Free to start · Full docs included · No sales call required

IntelliPortal

The developer infrastructure for omnichannel messaging. Where intelligence becomes infrastructure.

Product

  • Documentation
  • API Reference
  • Changelog
  • Status

Resources

  • Getting Started
  • Webhooks
  • Embedded Signup
  • Error Codes

Company

  • Sign Up
  • Sign In
  • Privacy Policy
  • Contact
© 2026 Intelli Holdings Inc. All rights reserved.