All Platforms
Messenger

Messenger

Coming Soon

Facebook Messenger integration

Connect agents to Facebook Messenger through browser-based authentication. Supports message editing, reactions, and group conversations. Use Kernel for streamlined OAuth-based connection.

Identity Types

user

Connection Methods

  • Cookie Auth
  • Kernel (browser-based)

Supported Features

Message editingReactionsTyping indicatorsRead receiptsGroup chats
facebook-agent.ts
1const identity = await ac.identities.create({
2 platform: "facebook",
3 type: "user",
4 connectionMethod: "kernel",
5})
6 
7// Messenger conversations work like any other
8await ac.messages.send({
9 identityId: identity.id,
10 conversationId: "conv_...",
11 body: "Thanks for reaching out!",
12})

Ready to connect
your agents?

Join the beta. Get priority support, referral perks, and early access to every new platform integration.