OpenAgent
ConnectorsPipes

Facebook Messenger

Connect Facebook Messenger to an OpenAgent Store.

Facebook Messenger

The Facebook Messenger Pipe connects a Facebook Page's Messenger inbox to a Store through Meta's Messenger Platform.

Configuration

FieldValue
TypeFacebook Messenger
StoreThe Store whose agent should reply.
TokenYour Page access token.
App SecretYour Meta app's App Secret.
DomainYour public base URL.

Webhook

In the Meta Developer Console, configure the Messenger webhook with:

  • Callback URL: https://<your-domain>/api/chat-webhook/facebook-messenger/<pipe-name>
  • Verify token: the Pipe's ID (its name).

Meta sends a GET challenge when you save the webhook; OpenAgent responds using the verify token to confirm the subscription. Subscribe to the messaging events for your Page so incoming messages reach the Pipe.

On this page