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 →
{
"name": "DOMAIN EXTRACTION EXAMPLE",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
-660,
60
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "18b24bf6-2cb8-4453-b731-510c34bbda16",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
180
]
},
{
"parameters": {
"url": "https://url-to-domain.herokuapp.com/extract",
"options": {},
"queryParametersUi": {
"parameter": [
{
"name": "url",
"value": "={{$node[\"Webhook\"].json[\"body\"][\"website_url\"]}}"
}
]
}
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
360,
180
]
},
{
"parameters": {
"requestMethod": "POST",
"url": "https://mycustomwebhook.io/1234567",
"options": {}
},
"name": "Send Somewhere",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
660,
180
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Send Somewhere",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"id": 1008
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
DOMAIN EXTRACTION EXAMPLE. Uses start, httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/Nipsuli/domain-extractor-api/blob/b8098f9af135550573488a8af8b4cca38165124a/examples/n8n_template.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Exemplo Z-API. Uses start, httpRequest. Webhook trigger; 23 nodes.
This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface
Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.