Messenger API
Engage Customers on
Facebook Messenger
Engage 1.3 billion Messenger users with automated conversations, rich media, and customer support flows.
// Send a Messenger message in Node.js
const message = await client.messenger.send({
recipientId: '1093321187712',
text: 'Hi Maya! Your order is ready for pickup.',
quickReplies: ['Track order', 'Talk to agent']
});
console.log(`Message ID: ${message.messageId}`);Automated Chatbots
Build conversation flows that handle FAQs, bookings, and orders 24/7 without human intervention.
Rich Media Messages
Send images, carousels, buttons, and quick replies to create engaging interactive experiences.
Agent Handoff
Seamlessly transfer complex conversations from bot to live agent with full context preserved.