OpenClaw meets Meta Messenger. No developer account. No app review. No cost.
Just connect and go.
OpenClaw supports LINE, Telegram, WhatsApp, Discord, Slack, iMessage…
but not Facebook or Instagram. Until now.
OneChat is a Meta-certified platform. It handles the API complexity so you don't have to.
User sends message → Meta delivers to OneChat → OneChat forwards raw Meta webhook to your OpenClaw instance
OpenClaw AI generates reply → sends directly to Facebook Graph API with the page token → User gets the message
From zero to Facebook Messenger in under 5 minutes.
Go to onechat.ai and create a free account. Email or Facebook login.
In the OneChat dashboard, click Connect Page. Log in with Facebook, grant permissions, select your page.
Go to your page's Settings → OneChat Settings tab. In the Webhook field, enter your OpenClaw endpoint:
https://your-openclaw.example.com/webhook/facebook
In the same settings area, find the Page Access Token (โทเคนเข้าถึงเพจ) and copy it.
Add the Facebook channel to your OpenClaw config:
channels:
facebook:
enabled: true
page_access_token: "EAAxxxxxxx..."
verify_token: "your-secret"
webhook_path: /webhook/facebook
Send a message to your Facebook Page on Messenger. Watch it arrive in OpenClaw. Your AI agent responds. 🎉
OneChat forwards messages in a simplified format — no Meta wrapper needed.
OneChat sends each message as a single event — no wrapper needed.
{
"sender": { "id": "USER_PSID" },
"recipient": { "id": "PAGE_ID" },
"message": {
"mid": "m_abc123",
"text": "Hello!"
}
}
curl -X POST \
"https://graph.facebook.com/v19.0/me/messages" \
-H "Content-Type: application/json" \
-d '{
"recipient": {"id": "USER_PSID"},
"message": {"text": "Hello!"},
"access_token": "YOUR_PAGE_TOKEN"
}'
message.text | Text messages |
message.attachments | Images, files, audio, video |
postback | Button taps, get started |
read | Read receipts |
delivery | Delivery confirmations |
referral | m.me links, ads |
Dominated by AI inference, not the relay.
Yes. OneChat is free for all users — completely free during our beta period — includes 1 Facebook page. No credit card required.
No. OneChat is a Meta-certified partner. They handle app review and compliance. You just connect your page.
Yes. If your Instagram is linked to your Facebook Page (via Meta Business Suite), DMs flow through the same webhook automatically.
Yes. Repeat the setup for each page. Each gets its own webhook URL and page token.
WhatsApp Business API is separate. OpenClaw supports WhatsApp through other integrations. This integration covers Messenger + Instagram DMs.
OneChat sends each message as a single event object (sender, recipient, message) — simpler than Meta's nested format. No wrapper to unwrap.
Yes, for the webhook. Use a public server or a tunnel (ngrok, Cloudflare Tunnel) during development.
OneChat is Meta-certified and meets their security requirements. All traffic uses HTTPS. Store your page token securely.
The relay adds ~50-200ms. Total response time is dominated by AI inference (0.5-3s), not the webhook relay.
Setting a custom webhook routes messages to your endpoint. For full AI control, let OpenClaw handle everything.
Webhooks won't forward during downtime. OneChat serves 1M+ chats/day across 1,000+ pages — they're battle-tested. But plan for edge cases.
OneChat.ai (Touchcore Co., Ltd.) — a Thai Meta-certified platform. OpenClaw — open-source AI agent framework.
Your AI agent is 2 minutes away from Facebook & Instagram.