Back to Nodes

Cloudflare+

Last updated Sep 25, 2025

An n8n community node for managing Cloudflare resources (Zones, DNS records, Firewall rules, Cache, Workers, Analytics).

1 Weekly Downloads
63 Monthly Downloads

Included Nodes

Cloudflare+

Description

n8n-nodes-cloudflare-plus

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

Cloudflare is a global connectivity cloud providing CDN, DNS, security, serverless compute (Workers), and analytics for internet properties.

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

Supported resources and operations:

  • Zone: list, get, delete
  • DNS Record: list, get, create, update, delete
  • Firewall Rule: list, create, delete
  • Cache: purge (purge everything)
  • Workers: deploy (route pattern to script)
  • Analytics: stats (zone dashboard summary)

Dynamic option loaders help you select Accounts, Zones, and DNS Records.

Credentials

Create credentials of type Cloudflare API.

  • Recommended: API Token (scoped to required resources) — sent as Authorization: Bearer <token>
  • Legacy: API Key + Email — sent as X-Auth-Key and X-Auth-Email

The node defaults to https://api.cloudflare.com/client/v4. A built-in credential test verifies tokens at /user/tokens/verify.

Compatibility

  • Works with current n8n 1.x releases.
  • Uses standard REST requests and should be OS/architecture agnostic. Please open an issue if you hit a version incompatibility.

Usage

  • Use the Resource and Operation selectors to choose what to perform.
  • For list operations, use Return All or Limit; pagination is handled automatically.
  • Respecting Cloudflare rate limits: requests honor Retry-After and use backoff on 429/503.
  • Examples are provided in examples/ for DNS, cache purge, firewall rule creation, and worker route deployment.

Support / Contact

Resources

Version history

  • v1.0.0: Initial release with Zone, DNS, Firewall, Cache purge, Workers deploy, and Analytics stats.