What is Instagram on Notifique?
It’s how you send and receive direct messages (DMs) and moderate comments on the connected account. You integrate via dashboard or API; the platform handles the queue and delivery status for each send. You can:- Connect an ops account (official or unofficial)
- Send text and media by URL (image, video, audio, document)
- Receive DMs and track them via webhook (
instagram.received) - Reply and moderate comments (official also supports hide)
- On unofficial: edit sent text or unsend
Official or unofficial?
When connecting an account, you choose one mode. You can’t switch later on the same instance: if you change your mind, create a new one.Official connection (recommended for production)
This is the Meta-approved path (Messaging API). Ideal when your product is live, you need a reliable webhook, comment hide, and recipient IGSID.- Meta login in the panel or shareable link for the client
- Advanced BYOK variant if you already have Page token and IDs
- 24-hour window after the customer’s last message
Unofficial connection
Works with username and password (or a link for the client to enter credentials). Fast for MVP and testing, with more freedom to edit and unsend DMs.Comparison: what each mode does
Details and “which to pick?”: Connection modes.
How to connect your account
In three steps:- Create an instance (your Instagram connection) in the panel or via API
- Choose official or unofficial
- Complete setup until status is active and ready to send
How to set up official connection
How to set up official connection
- In the panel, create a connection and choose Official
- Sign in with Meta (Embedded) or use a shareable link
- Instagram Professional account linked to a Facebook Page
- Configure Meta webhook at
{your_base}/webhooks/meta/instagram
How to set up official BYOK connection
How to set up official BYOK connection
- Create instance with
mode: "OFFICIAL_BYOK" - Provide Page token, Page ID, IG Business Account ID, and App Secret
- Future reconnect only with manual token (does not become Embedded)
How to set up unofficial connection
How to set up unofficial connection
- In the panel or API, choose Unofficial
- Enter username and password (or generate a shareable link)
- Accept the terms (
acceptInstagramTerms: true) - On a new account, respect warm-up from the anti-suspension policy
After connecting
- Status active → send with
instanceIdand recipient (IGSID on official, username on unofficial) - Configure workspace webhooks (and Meta callback on official)
- Reconnect is locked to the original method (Embedded ≠ BYOK ≠ password)
On official, edit and unsend are not available (Meta API limitation). Comment hide is only on official.

