Skip to content

n8n-code/n8n-nodes-combell

Repository files navigation

@n8n-dev/n8n-nodes-combell

combell Banner

npm version License: MIT


Stop writing combell API integrations by hand.

Every time you connect n8n to combell, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.

What if connecting n8n to combell took 5 minutes, not half a day?

This node gives you 13+ resources out of the box: Accounts, DNS Records, Domains, Linux Hostings, Mailboxes, and 8 more: with full CRUD operations, typed parameters, and zero manual configuration.


What You Get

  • Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
  • Full CRUD: Create, read, update, and delete support where the API allows it
  • Typed parameters: No more guessing field types
  • Built-in auth: API key authentication, ready to go
  • Declarative: Native n8n performance, no custom execute() overhead

Install

npm install @n8n-dev/n8n-nodes-combell

Or in n8n:

  1. Settings → Community Nodes → Install
  2. Search: @n8n-dev/n8n-nodes-combell
  3. Click Install

Quick Start

  1. Install the node (above)
  2. Add credentials: combell API → paste your API key
  3. Drag the combell node into your workflow
  4. Pick a resource → pick an operation → done.

That's it. No configuration files. No code. It just works.


Resources

Accounts (3 operations)
  • Get Overview of accounts
  • Post Create a new account
  • Get a specific account
DNS Records (4 operations)
  • Get records
  • Post Create a record
  • Delete a record
  • Put Edit a record
Domains (6 operations)
  • Get Overviews of domains
  • Post Register a domain
  • Post Transfer a domain
  • Get Details of a domain
  • Put Edit domain name servers
  • Put Edit domain name renew state
Linux Hostings (23 operations)
  • Get Overview of linux hostings
  • Get Linux hosting detail
  • Put Configure FTP
  • Put Configure PHP APCu setting
  • Get the available PHP versions
  • Put Configure PHP memory limit
  • Put Change the Linux hosting PHP version
  • Get Overview of scheduled tasks
  • Post Add a scheduled task
  • Delete a scheduled task
  • Get scheduled task detail
  • Put Configure a scheduled task
  • Put Enable disable GZIP compression
  • Post Create a host header
  • Put Configure HTTP 2
  • Put Configure SSH
  • Get Overview of SSH keys
  • Post Add a SSH key
  • Delete a SSH key
  • Put Configure auto redirect
  • Put Configure let s encrypt
  • Post Create a subsite
  • Delete a subsite
Mailboxes (7 operations)
  • Get s your mailboxes
  • Post Create a new mailbox
  • Delete a mailbox
  • Get a specific mailbox
  • Put Configure auto forward for mailbox
  • Put Configure auto reply for mailbox
  • Put Change password for mailbox
Mail Zones (10 operations)
  • Get the mail zone
  • Post Create a new alias
  • Delete a alias
  • Put Configure a alias
  • Put Configure anti spam for mail zone
  • Post Create a catch all on the mail zone
  • Delete a catch all on the mail zone
  • Post Create an extra smtp domain
  • Delete an extra smtp domain
  • Put Configure an extra smtp domain
My SQL Databases (9 operations)
  • Get Overview of mysql databases
  • Post Create a new mysql database
  • Delete a mysql database
  • Get a specific database
  • Get Overview of mysql users
  • Post Create a new mysql user
  • Delete a mysql user
  • Put Change password for mysql user
  • Put Enable disable mysql user
Provisioning Jobs (1 operations)
  • Get Detail of a provisioning job
Servicepacks (1 operations)
  • Get Overview of service packs
SSH (1 operations)
  • Get Overview of SSH keys
SSL Certificate Requests (4 operations)
  • Get Overview of SSL certificate requests
  • Post Add a SSL certificate request
  • Get Detail of a SSL certificate request
  • Put Verify the SSL certificate request domain validations
SSL Certificates (3 operations)
  • Get Overview of SSL certificates
  • Get Detail of a SSL certificate
  • Get Download a SSL certificate
Windows Hostings (2 operations)
  • Get Overview of windows hostings
  • Get Windows hosting detail

Why This Node?

Without this node:

  • Hours of manual API integration
  • Copy-pasting from combell docs
  • Debugging auth, pagination, error handling
  • Maintaining your own client code

With this node:

  • Install → configure → use. 5 minutes.
  • Auto-generated from the official combell OpenAPI spec
  • Always up to date when the API changes
  • Native n8n performance

Auto-Generated

This node was auto-generated from the official combell OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.

When the combell API updates, this node updates too.


License

MIT © kelvinzer0