Package Information
Documentation
n8n-nodes-beeper
This is an n8n community node. It lets you use Beeper in your n8n workflows.
Beeper is a unified messaging app that brings all your chat networks (iMessage, WhatsApp, Telegram, Instagram, Slack, Discord, and more) into a single inbox. This node connects to the Beeper Desktop API to automate your messaging workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Account
- List - List all connected accounts (WhatsApp, Telegram, iMessage, etc.)
Chat
- List - List all chats with optional limit
- Get - Get details of a specific chat by ID
- Create - Create a new chat with a recipient
- Search - Search for chats by query
- Archive - Archive or unarchive a chat
Message
- Send - Send a message to a chat
- List - List messages in a chat with optional limit
- Search - Search for messages across all chats
Contact
- Search - Search for contacts in a specific account
Credentials
Before using this node, you need:
- Beeper Desktop version 4.1.169 or later installed
- Beeper Desktop API enabled:
- Open Beeper Desktop
- Go to Settings > Developers
- Toggle Beeper Desktop API to enable it
To configure credentials in n8n:
- Go to Settings > Credentials
- Click Add Credential
- Search for Beeper API
- Configure:
- Base URL:
http://localhost:23373(default) - API Token: Use the one configured in Beeper
- Base URL:
- Click Test to verify the connection
Compatibility
- n8n: 1.0.0+
- Node.js: 18.x+
- Beeper Desktop: 4.1.169+
Usage
Sending a message
- Use Chat > List or Chat > Search to find the chat ID
- Use Message > Send with the chat ID and your message text
Finding a Chat ID
Chat IDs in Beeper have the format !roomid:beeper.local. You can get them by:
- Using the Chat > List operation
- Using the Chat > Search operation with a query
Rate Limiting
Sending too many messages may result in account suspension by the messaging networks. Add delays between messages and use this node for personal automation only.
Resources
Version history
0.1.0
Initial release with:
- Account operations: List
- Chat operations: List, Get, Create, Search, Archive
- Message operations: Send, List, Search
- Contact operations: Search