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
- .env
- settings.yml
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.
Related
- Chat Providers Overview - Compare all 27 supported channels
- WhatsApp - Meta’s other messaging platform for business
- Viber - Similar audience in Eastern Europe and Southeast Asia
- profclaw channels - Enable and test the Messenger connection from the CLI