AutomationFlowsGeneral › Get DNS Records for Domain

Get DNS Records for Domain

Original n8n title: Get Dns Entries

Get DNS entries. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesFunction ItemUproc
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "113",
  "name": "Get DNS entries",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        290
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Create Domain Item",
      "type": "n8n-nodes-base.functionItem",
      "position": [
        450,
        290
      ],
      "parameters": {
        "functionCode": "item.domain = \"n8n.io\";\nreturn item;"
      },
      "typeVersion": 1
    },
    {
      "name": "Get DNS records",
      "type": "n8n-nodes-base.uproc",
      "position": [
        650,
        290
      ],
      "parameters": {
        "tool": "getDomainRecords",
        "group": "internet",
        "domain": "= {{$node[\"Create Domain Item\"].json[\"domain\"]}}",
        "additionalOptions": {}
      },
      "credentials": {
        "uprocApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Create Domain Item": {
      "main": [
        [
          {
            "node": "Get DNS records",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Create Domain Item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Get DNS entries. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

verify email. Uses functionItem, uproc, stopAndError. Event-driven trigger; 5 nodes.

Function Item, Uproc, Stop And Error
General

Get Company by Name. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 4 nodes.

Function Item, Uproc
General

Verify phone numbers. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 4 nodes.

Function Item, Uproc
General

verify email. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 4 nodes.

Function Item, Uproc
General

Do you want to avoid communication problems when launching phone calls?

Function Item, Uproc