n8n-nodes-bcdrllc
v2.0.4
Published
BCDR Company - Cloud API integration for n8n. Send messages, media, templates, and manage business communications
Downloads
41
Maintainers
Readme
n8n-nodes-bcdrllc
BCDR Company - Cloud API integration for n8n
Send messages, media, templates, and manage business communications directly from your n8n workflows.
Installation
Community Nodes (Recommended)
- Open n8n
- Go to Settings > Community Nodes
- Click Install and search for
n8n-nodes-bcdrllc - Click Install
Manual Installation
npm install n8n-nodes-bcdrllcConfiguration
Credentials Setup
- Get your API credentials from Meta for Developers
- In n8n, create new Bcdrllc API credentials
- Enter the following:
- Access Token: Your access token
- Phone Number ID: Your phone number ID
- Business Account ID: (Optional) Your business account ID
- API Version: v21.0 (or your preferred version)
Features
Message Operations
- Send Text: Send text messages with URL preview support
- Send Interactive: Send interactive messages with buttons
- Send Location: Share location coordinates
- Send Contact: Send contact information
- React to Message: React to messages with emojis
Media Operations
- Send Image: Send images with optional captions
- Send Video: Send videos with optional captions
- Send Audio: Send audio files
- Send Document: Send documents with custom filenames
- Send Sticker: Send stickers
Template Operations
- Send Template: Send pre-approved template messages
Usage Examples
Send Text Message
{
"resource": "message",
"operation": "sendText",
"to": "966565430200",
"message": "Hello from BCDR Company!",
"previewUrl": true
}Send Interactive Message with Buttons
{
"resource": "message",
"operation": "sendInteractive",
"to": "966565430200",
"bodyText": "Choose an option:",
"buttons": [
{"type": "reply", "reply": {"id": "opt1", "title": "Option 1"}},
{"type": "reply", "reply": {"id": "opt2", "title": "Option 2"}}
]
}Send Image
{
"resource": "media",
"operation": "sendImage",
"to": "966565430200",
"mediaUrl": "https://example.com/image.jpg",
"caption": "Check this out!"
}Send Template
{
"resource": "template",
"operation": "sendTemplate",
"to": "966565430200",
"templateName": "hello_world",
"languageCode": "en",
"components": []
}About BCDR Company
BCDR Company (شركة بي سي دي آر)
- Website: https://bcdr.sa
- Email: [email protected]
- Phone: +966565430200
- Location: Jeddah, Saudi Arabia
- CR Number: 4030587068
- VAT Number: 311728280700003
Support
For issues and questions:
- Email: [email protected]
- GitHub: https://github.com/BCDRLLC/n8n-nodes-bcdrllc/issues
- Documentation: https://bcdr.sa/docs
License
MIT License - Copyright (c) 2025 BCDR Company
Version
1.0.0 - Initial release
Built with ❤️ by BCDR Company ®
