Export all your Cloudflare domain settings to Google Sheets

Pulls every domain's DNS records and settings from Cloudflare into one organized spreadsheet.

How the work actually flows

It repeats. Repeats fetch next page of results; runs once per each domain.

Pattern: Structured Loop (21)

flowchart TD trig(("someone starts the export")):::human s0["fetch next page of domains"]:::task s1[["merge dns records and settings"]]:::mi s2[("write combined data to sheet")]:::store trig --> s0 s0 -->|"one per each domain"| s1 lp{"no pages left"}:::gate s1 --> lp lp -. "fetch next page of results" .-> s0 lp -->|"finished"| s2 out[/"single spreadsheet of all domains"/]:::out pay{{"full dns visibility without manual clicking"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
A stepRuns once per itemA personA record or sheetRepeat or finishResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
Spreadsheet & Database Ops
Connects
CloudflareGoogle Sheets

The problem it solves

Checking DNS records and settings across many domains one at a time in Cloudflare's dashboard is slow, and there's no single place to see everything at once. When you need to debug or audit your setup, you end up clicking through domain after domain.

Who it fits

Useful for IT teams and website administrators managing many domains in Cloudflare.

How it works

  1. The process is started manually whenever you need an updated overview
  2. Each domain in your Cloudflare account is retrieved, page by page
  3. DNS records and settings for each domain are merged together
  4. The combined data is written into Google Sheets as organized columns
What you get

Domain settings gathered in one sheet

You get every domain's DNS records and settings from Cloudflare pulled together into one organized spreadsheet whenever you need it.

What you get

A single Google Sheet listing every domain's DNS records and settings for easy review.

What you need

A Cloudflare account with API access and a Google account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook