Facebook Messenger channel — receive and respond to FB messages from agent dashboard #3

Open
opened 2026-06-21 16:14:18 +00:00 by jmiller · 0 comments
Owner

Summary

Connect Facebook Page Messenger to the agent dashboard. Messages from Facebook appear alongside website chats in a unified inbox.

Features

  • Connect Facebook Page via Facebook Graph API / Page Access Token
  • Incoming Facebook messages appear as conversations in agent dashboard
  • Agent replies sent back to visitor via Messenger API
  • Facebook user profile photo and name displayed
  • Support for text, images, and attachments from Messenger
  • Conversation tagged with channel = 'facebook'
  • Facebook webhook verification (hub.verify_token, hub.challenge)
  • Rate limiting awareness (Facebook API limits)

Setup

  • Admin enters Facebook Page Access Token and App Secret
  • Webhook URL generated: {site}/api/mokosuitesupport/webhook/facebook
  • HMAC signature verification on incoming webhooks (X-Hub-Signature-256)
## Summary Connect Facebook Page Messenger to the agent dashboard. Messages from Facebook appear alongside website chats in a unified inbox. ## Features - Connect Facebook Page via Facebook Graph API / Page Access Token - Incoming Facebook messages appear as conversations in agent dashboard - Agent replies sent back to visitor via Messenger API - Facebook user profile photo and name displayed - Support for text, images, and attachments from Messenger - Conversation tagged with channel = 'facebook' - Facebook webhook verification (hub.verify_token, hub.challenge) - Rate limiting awareness (Facebook API limits) ## Setup - Admin enters Facebook Page Access Token and App Secret - Webhook URL generated: `{site}/api/mokosuitesupport/webhook/facebook` - HMAC signature verification on incoming webhooks (X-Hub-Signature-256)
Sign in to join this conversation.