Skip to content

Cloudflare ​

Manage DNS records, zones, Workers, and security rules with the Cloudflare API.

DetailValue
CategoryCloud & Infra
Base URLhttps://api.cloudflare.com/client/v4
AuthenticationBearer Token
Endpoints6
Connector keycloudflare

Using Cloudflare in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Cloudflare from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /zonesList zones
GET /zones/{zone_id}/dns_recordsList DNS records
POST /zones/{zone_id}/dns_recordsCreate 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/dashboardGet zone analytics

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.