Overview

Facebook Bots lets you connect a Facebook Page and handle Page messages with AI. You configure a Page access token, attach AI Knowledge Base entries, and receive messages via Meta webhooks so conversations can be managed in Omni-Chats.

What you can do

  • Create/update/delete Facebook bots by providing page_id and access_token.
  • Set a system prompt to control tone, format, and handoff rules.
  • Attach AI Knowledge Base entries (knowledge_ids) so answers are grounded in your content.

How it works (high level)

  1. You configure a Meta app webhook to forward Facebook Page messaging events to AI Bucket.
  2. AI Bucket verifies the webhook (verify token) and stores incoming messages as conversations.
  3. AI responses can be sent back to Facebook using the Page access token you provide.
  4. Your team can monitor and take over in Omni-Chats when needed.

Message flow (visual)

Customer

Sends a message to your Facebook Page.

Facebook

Delivers messages + webhook events.

AI Bucket

Receives webhooks, replies with AI, and shows conversations in Omni-Chats.

Important: webhook delivery depends on correct Meta app configuration and the verify token matching AI Bucket’s webhook secret.

How it relates to other apps

Next