๐ฌ Facebook Messenger
Connect a Facebook Page Messenger account to send + receive messages from inside Synalux.
๐จ Messenger Send / Receive
- Webhook โ
/api/v1/messenger/webhookreceives Page-bound messages; Meta signature validated. - Send โ
/api/v1/messenger/sendposts to Metaโs/me/messagesendpoint withappsecret_proofHMAC-SHA256 protection on every call (defense against access-token leak). - Page-scoped โ one Facebook Page connection per workspace.
- 24-hour window + tags โ outbound after 24h must use
MESSAGE_TAGper Meta policy.

๐ App Review
For Meta App Review, Synalux exposes admin endpoints to fire test calls per requested permission so the App Review counter increments:
POST /api/v1/messenger/admin/test-send Fire a test message (CRON_SECRET-gated)
POST /api/v1/messenger/admin/test-all-permissions One Graph API call per requested permissionThis is what gets you through Meta App Reviewโs โexercise the APIโ requirement without scripting it manually.
๐๏ธ Architecture
POST /api/v1/messenger/webhook Meta webhook (signature-validated)
POST /api/v1/messenger/send Outbound message (appsecret_proof on every call)
POST /api/v1/messenger/admin/test-* App Review counter exercises๐ณ Plans
Available on Standard+.