Instagram DM
Setup (Meta)
Section titled “Setup (Meta)”- App with Instagram Graph API + Messenger permissions.
- Link Instagram account to a Facebook Page.
- Enable messaging, subscribe to webhook events (
messages
), and generate tokens.
- Receive IG message webhook with sender id and text.
- Forward text to GeniStudio
/api/v1/message
using yourchatbotId
. - Send back the AI reply via Messenger Send API with Instagram recipient id.
Rate limits and permission reviews apply for production.