Cloudflare ​
Manage DNS records, zones, Workers, and security rules with the Cloudflare API.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://api.cloudflare.com/client/v4 |
| Authentication | Bearer Token |
| Endpoints | 6 |
| Connector key | cloudflare |
Using Cloudflare in a workflow ​
- Go to Connections and click New Connection.
- Pick Cloudflare from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /zones | List zones |
| GET /zones/{zone_id}/dns_records | List DNS records |
| POST /zones/{zone_id}/dns_records | Create a DNS record |
| PUT /zones/{zone_id}/dns_records/{dns_record_id} | Update a DNS record |
| DELETE /zones/{zone_id}/dns_records/{dns_record_id} | Delete a DNS record |
| GET /zones/{zone_id}/analytics/dashboard | Get zone analytics |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.