Endpoint
- Verification — Meta sends a
GETwithhub.challenge; PlugKit validates the verify token and echoes the challenge. - Events — Meta sends
POSTrequests with the event payload, which PlugKit routes to the right account and conversation.
Configure in the Meta App Dashboard
Set the callback URL
In your Meta app → Instagram → Webhooks, set the callback URL to
https://api.plugkit.co/v1/webhooks/instagram and enter your verify token.Verify
Click Verify and save. Meta calls the endpoint and PlugKit responds to
the challenge automatically.
Each connected account is subscribed to your app’s webhooks automatically when
it completes the connect flow.