callbell

Callbell node integration for n8n

Package Information

Downloads: 1,323 weekly / 1,323 monthly
Latest Version: 0.2.8
Author: BlastoonDev

Documentation

n8n-nodes-callbell

This is an n8n community node. It lets you use Callbell in your n8n workflows.

Callbell is a multi-channel messaging platform for managing WhatsApp, Telegram, Instagram, Facebook, and other channels in one place.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Important — Trigger Webhook Behavior
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Auth — Validate API token (GET /auth/me)
  • Channel — List, get, and update channels
  • Contact — List, get, create, update, delete contacts; open/close conversations; create notes; manage funnel and bot status
  • Custom Status — List, get, create, update, and delete custom agent statuses
  • Funnel — List funnels
  • Message — Send text, image, audio, video, document, and template messages; get status; delete
  • Team — List teams, get team details and members
  • Template — List, get, and update message templates
  • User — Update and delete user availability status
  • Webhook — Subscribe, unsubscribe, and list webhook events

⚠️ Important — Trigger Webhook Behavior

Callbell only allows one webhook per account.
When you activate the Trigger node, it automatically registers the n8n URL
as the webhook via POST /webhooks/subscribe, overwriting any existing
webhook
in your account (Zapier, custom server, etc.).

Before activating:

  • Note the current webhook URL in your Callbell dashboard (Settings → API → Webhook)
  • Be aware that deactivating the workflow does not automatically restore the previous webhook

If you need to deliver events to multiple destinations, set up an intermediate endpoint that receives Callbell events and forwards them to each target.

Credentials

  1. Open your Callbell dashboard and go to Settings → API
  2. Copy your API token
  3. In n8n, add a new Callbell API credential and paste the token

Compatibility

Tested with n8n version 2.x.

Resources

Support

If this node saved you time, consider buying me a coffee!

Buy Me a Coffee

License

MIT

Discussion