Package Information
Released: 6/1/2025
Downloads: 57 weekly / 57 monthly
Latest Version: 0.1.0
Author: kientranasia
Available Nodes
Documentation
n8n-nodes-facebook-messenger
This is an n8n community node for Facebook Messenger. It allows you to interact with the Facebook Messenger API to send and receive messages.
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
To use this node, you need to set up a Facebook App and get the following credentials:
- Access Token
- App Secret
- Verify Token
You can get these credentials by:
- Creating a Facebook App at Facebook Developers
- Setting up the Messenger product in your app
- Generating a Page Access Token
- Setting up webhook verification
Operations
Message
Send
- Send a text message to a recipient using their Facebook ID
- Required parameters:
- Recipient ID: The Facebook ID of the recipient
- Message: The text message to send
Webhook
Receive Messages
- Receive messages from Facebook Messenger users
- The node will automatically handle webhook verification
- For each received message, it provides:
- Sender ID
- Recipient ID
- Timestamp
- Message text
- Message ID
To set up webhook receiving:
- Create a new workflow
- Add the Facebook Messenger node
- Select "Webhook" as the resource and "Receive Messages" as the operation
- Configure your Facebook App's webhook URL to point to this node's webhook URL
- Use the Verify Token from your credentials for webhook verification