Search for a command to run...
IntelliPortal gives partner products access to Meta's API for onboarding client businesses, sending WhatsApp and Instagram messages, receiving signed events, and tracking usage.
Mental model
Your partner account owns API keys. Each customer you serve becomes a client with a channel connection. Every send and inbound event is associated with your stable client_ref.
STEP 01
Use a test key while building, then rotate to a live key for delivery.
STEP 02
Open an Intelli-hosted WhatsApp or Instagram onboarding session.
STEP 03
Route each message through the channel connection owned by that client.
STEP 04
Verify HMAC signatures, acknowledge quickly, and handle work asynchronously.
Channel support
The client_ref selects the channel automatically. Keep your routing logic in one place, then branch only when a channel has a genuine capability difference.
| Channel | Onboarding | Outbound | Inbound events |
|---|---|---|---|
| Hosted Embedded Signup | Text, media, location, contacts, interactive, reactions, templates | Messages, status, reactions | |
| Hosted professional-account connect | Text replies within the allowed window | Messages, reads, reactions, postbacks |
What is included
Keep the API key on your server
ik_test_ or ik_live_ key in browser code. Your frontend should call your backend, and your backend should call IntelliPortal.