Fetch DNS Records
detail.loadingPreview
Retrieve DNS records for a given domain.
About This Workflow
This workflow demonstrates how to fetch DNS records for a specified domain using the uproc tool. It starts with a manual trigger, defines the domain to query, and then uses the getDomainRecords function to retrieve the DNS information.
Key Features
- Manual trigger for execution.
- Dynamic domain definition.
- Utilizes the
getDomainRecordsuproc tool. - Supports fetching various DNS record types.
How To Use
- Click the 'execute' button on the
On clicking 'execute'node to start the workflow. - The
Create Domain Itemnode sets the domain to 'n8n.io'. - The
Get DNS recordsnode then queries the DNS records for 'n8n.io' using thegetDomainRecordstool from theinternetgroup.
Apps Used
Workflow JSON
{
"id": "a748d807-70b3-42c5-8ef3-e7c1380da218",
"name": "Fetch DNS Records",
"nodes": 6,
"category": "Utilities",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a748d807-70b3...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Check Website Availability and Extract Metadata
This workflow checks if a given URL is available using Peekalink and then extracts its metadata. It branches based on availability.
AI-Powered n8n Workflow Credential Search
Query your n8n workflow credentials using an AI agent and a local SQLite database.
AI-Powered Multilingual Telegram Translator
Translate Telegram audio messages between languages using AI.