npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-bcdrllc

v2.0.4

Published

BCDR Company - Cloud API integration for n8n. Send messages, media, templates, and manage business communications

Downloads

41

Readme

n8n-nodes-bcdrllc

BCDR Company

BCDR Company - Cloud API integration for n8n

Send messages, media, templates, and manage business communications directly from your n8n workflows.

Installation

Community Nodes (Recommended)

  1. Open n8n
  2. Go to Settings > Community Nodes
  3. Click Install and search for n8n-nodes-bcdrllc
  4. Click Install

Manual Installation

npm install n8n-nodes-bcdrllc

Configuration

Credentials Setup

  1. Get your API credentials from Meta for Developers
  2. In n8n, create new Bcdrllc API credentials
  3. 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 ®