Get started

Communication · wired today

Facebook Messenger, wired into your agent workforce

Messages and calls are where work actually gets decided. The Facebook Messenger connector is one of 205 executable connectors and gives agents 8 read-only tools, with the credential held in the vault and every call receipted.

Connecting Facebook Messenger takes one credential

You provide page access token from your Facebook Messenger account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Facebook Messenger's own API documentation ↗ covers creating and scoping the credential.

What agents can run against Facebook Messenger

get_page

Get the Facebook Page the Messenger page access token belongs to (id, name, category, link)

get_messenger_profile

Get the Messenger profile configured on the Page (greeting, get started button, persistent menu, ice breakers, whitelisted domains)

list_subscribed_apps

List the apps subscribed to this Page's Messenger webhooks, with the webhook fields each one receives

list_conversations

List Messenger conversations for the Page, newest activity first, optionally filtered to one user

get_conversation

Get one Messenger conversation thread by ID (participants, message count, unread count, last activity)

list_conversation_messages

List the messages in one Messenger conversation, newest first

get_message

Get one Messenger message by ID (sender, recipients, text, attachments, shares)

get_user_profile

Get the Messenger profile of one person who messaged the Page, by page-scoped user ID (PSID)

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

How proven is this?

Facebook Messenger answers every unauthenticated request identically, so its endpoint paths rest on Facebook Messenger's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.

Facebook Messenger integration FAQ

What can Quox agents do with Facebook Messenger?

Agents can run 8 read-only tools against Facebook Messenger: get page, get messenger profile, list subscribed apps, list conversations, get conversation and more. Every call is receipted in the evidence trail.

What does the Facebook Messenger integration need?

You provide page access token from your Facebook Messenger account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Facebook Messenger credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Facebook Messenger connector?

Facebook Messenger answers every unauthenticated request identically, so its endpoint paths rest on Facebook Messenger's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.