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_ID
    Your Facebook App ID from the Developer Console
  • INSTAGRAM_APP_SECRET
    Your Facebook App Secret from the Developer Console
  • INSTAGRAM_ACCESS_TOKEN
    The long-lived access token generated during setup
  • FACEBOOK_PAGE_ID
    The ID of the Facebook Page connected to your Instagram account
  • INSTAGRAM_ACCOUNT_ID
    Your Instagram Business Account ID
  • VERIFY_TOKEN
    A random string used to verify webhook requests from Instagram
  • WEBHOOK_CALLBACK_URL
    The public URL that Instagram will send webhook events to