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
1
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.2
Verify
Click Verify and save. Meta calls the endpoint and PlugKit responds to
the challenge automatically.
3
Subscribe to fields
Subscribe to the fields you need (e.g.
messages, comments).Each connected account is subscribed to your app’s webhooks automatically when
it completes the connect flow.