Instagram Integration
Set up and manage your Instagram integration for InstaMint
Instagram Webhook Setup
Configure your Instagram webhook to receive mention notifications
This must be a publicly accessible URL that Instagram can reach
Get this from the Facebook Developer Console
Required Environment Variables
These environment variables must be set for the Instagram integration to work
- INSTAGRAM_APP_IDYour Facebook App ID from the Developer Console
- INSTAGRAM_APP_SECRETYour Facebook App Secret from the Developer Console
- INSTAGRAM_ACCESS_TOKENThe long-lived access token generated during setup
- FACEBOOK_PAGE_IDThe ID of the Facebook Page connected to your Instagram account
- INSTAGRAM_ACCOUNT_IDYour Instagram Business Account ID
- VERIFY_TOKENA random string used to verify webhook requests from Instagram
- WEBHOOK_CALLBACK_URLThe public URL that Instagram will send webhook events to