Skip to main content
profClaw integrates with Facebook Messenger through the Meta Messenger Platform. The bot is attached to a Facebook Page and responds to messages sent to that page.

Capabilities

Setup

1

Create a Facebook App

Go to developers.facebook.com and create a new app. Choose Business type.
2

Add Messenger Product

Under your app, add the Messenger product.
3

Link to a Facebook Page

Under Messenger > Settings, generate a Page Access Token for your Facebook Page.
4

Configure webhook

Set webhook URL to: https://your-domain.com/webhooks/messengerSet a verify token (any string you choose) and subscribe to messages and messaging_postbacks.
5

Configure profClaw

Environment Variables

string
required
Facebook Page access token (from Meta Developer portal).
string
required
Your custom verify token for webhook setup.
string
required
App secret for request signature verification.

Configuration Example

Message Templates

profClaw can send rich templates:

Notes

  • Status: Beta
  • Requires a public HTTPS webhook URL.
  • Messenger Platform requires App Review for production use with more than 5 testers.
  • After App Review, the bot can message any Facebook user who messages the page.
  • GDPR compliance: Users can opt-out via the standard Messenger controls.