Instagram is available on the Mini and Pro plans only.
Prerequisites
Before you start, make sure you have:- An Instagram Business Account linked to a Facebook Page.
- A Meta App in the Meta Developer Portal with the Instagram Messaging permission (
instagram_manage_messages) enabled. - A valid Page Access Token with the required permissions.
- Your Instagram Business Account ID.
Setup
Create the Instagram channel in PingBack
Send a The response includes a
POST request to /api/v1/channels/ with type set to "instagram" and your credentials in the config object._meta_setup_instructions object with the values you need for the next step.Configure the webhook in your Meta App
In your Meta App’s Webhooks section, add a new subscription for the Instagram product and set:
Subscribe to the
| Field | Value |
|---|---|
| Callback URL | https://api.pingback.live/api/v1/webhooks/instagram |
| Verify token | pingback_verify |
messages field and click Verify and Save.