Skip to main content

Export 托管平台 domains with DNS records and settings to Google Sheets

Workflow preview

Workflow preview
100%
Export 托管平台 domains with DNS records and settings to Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it works This workflow simply exports all your 托管平台 domains to Google Sheet to get high overview of all of your settings. This could help for easy debugging, searching or similar needs. In flow...

Best for

  • DevOps automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.merge, n8n-nodes-base.httprequest, n8n-nodes-base.splitout

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by KPendic.

Original n8n.io source

1.1 Workflow description

Title
Export 托管平台 domains with DNS records and settings to Google Sheets
Workflow name
Export 托管平台 domains with DNS records and settings to Google Sheets

## How it works

This workflow simply exports all your 托管平台 domains to Google Sheet to get high overview of all of your settings. This could help for easy debugging, searching or similar needs. In flow simple pagging nodes are used to iterate over all your domains, because this list could be huge. For each host we are merging DNS & Settings and transforming them into columns for all our domains.

Requirements

For storing and processing of data in this flow you will need:

  • 托管平台.com API key/token - for retrieving your data (https://your-deploy-console.example.com/:account/api-tokens) (need full access)
  • Google Spreadsheet auth connected in your n8n Credentials
  • Google Spreadsheet template - you can copy my sheet as starting point, start by copying it to your account
  • Match Sheet ID in 'Export' node to your newly created.
Official 托管平台 api Documentation

For full details and specifications please use API documentation from: https://developers.托管平台.com/api/

Potential API timeouts

If you encounter CF API timeouts - I would suggest to only put somewhere in the loop simple sleep/wait node - for couple of seconds - and it should resolve timeouts.

Google Sheet

I've used simple Google Sheet feature conditional formatting to visually distinct my on|off toggles that was of my interest to easily get high overview for debuggint some of the settings on my hosts - but please use your own logic or change it completely.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 7 - Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 9 - Set Page

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 10 - Increment Page

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 11 - More Pages?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 12 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.1

Block 13 - Get TLDs

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 14 - Each Host

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 15 - Get DNS

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 16 - Get Settings

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 17 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Flatten

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Filter TLD

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 20 - Filter DNS

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Filter Settings

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Export

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

3. Summary Table

Workflow Export 托管平台 domains with DNS records and settings to Google Sheets
Complexity advanced
Nodes 22
Categories DevOps
Author KPendic
Published 10 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4850/4850.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Export 托管平台 domains with DNS records and settings to Google Sheets do?

How it works This workflow simply exports all your 托管平台 domains to Google Sheet to get high overview of all of your settings. This could help for easy debugging, searching or similar needs. In flow...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.