n8n-nodes-cloudflare-plus
v0.1.13
Published
An n8n community node for managing Cloudflare resources (Zones, DNS records, Firewall rules, Cache, Workers, Analytics).
Readme
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-KeyandX-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 AllorLimit; pagination is handled automatically. - Respecting Cloudflare rate limits: requests honor
Retry-Afterand use backoff on 429/503. - Examples are provided in
examples/for DNS, cache purge, firewall rule creation, and worker route deployment.
Support / Contact
- 💬 Open an issue on GitHub
- 💬 Discord : @pepito9159
- 📧 Mail: [email protected]
- 🧑💻 Author: Quales
Resources
Version history
- v1.0.0: Initial release with Zone, DNS, Firewall, Cache purge, Workers deploy, and Analytics stats.
