This workflow corresponds to n8n.io template #1463 — we link there as the canonical source.
This workflow follows the HTTP Request → HubSpot recipe pattern — see all workflows that pair these two integrations.
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 →
{
"nodes": [
{
"id": "9a0c7f24-a344-4955-8bdc-b129e5d8d619",
"name": "Check Result",
"type": "n8n-nodes-base.if",
"notes": "IF\ndeliverability is not good\nOR\nDomain is not valid\nOR\nEmail is Disposable",
"position": [
860,
420
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"statusCode\"]}}",
"value2": "200"
}
],
"boolean": []
},
"combineOperation": "any"
},
"typeVersion": 1
},
{
"id": "b4d3619e-1327-4b79-a81b-caed93efa5aa",
"name": "Post to Slack",
"type": "n8n-nodes-base.slack",
"position": [
1060,
440
],
"parameters": {
"text": "=:warning: New Company with suspicious domain :warning:\n*Name: * {{$node[\"Get company information\"].json[\"properties\"][\"name\"][\"value\"]}}\n*Domain: * {{$node[\"Get company information\"].json[\"properties\"][\"website\"][\"value\"]}}\n*ID: * {{$node[\"Get company information\"].json[\"companyId\"]}}",
"channel": "#hubspot-alerts",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"slackApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "f0e82b09-8311-49c5-b295-694ea5147b50",
"name": "On new company created",
"type": "n8n-nodes-base.hubspotTrigger",
"position": [
320,
420
],
"parameters": {
"eventsUi": {
"eventValues": [
{
"name": "company.creation"
}
]
},
"additionalFields": {}
},
"credentials": {
"hubspotDeveloperApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "81dd8835-e61f-44de-b650-23b35fbebb0d",
"name": "Get company information",
"type": "n8n-nodes-base.hubspot",
"position": [
500,
420
],
"parameters": {
"resource": "company",
"companyId": "={{$json[\"companyId\"]}}",
"operation": "get",
"additionalFields": {}
},
"credentials": {
"hubspotApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "62017a8b-a6cd-452f-a8a4-576dbd10dc4e",
"name": "Try to load the domain",
"type": "n8n-nodes-base.httpRequest",
"position": [
660,
420
],
"parameters": {
"url": "={{$json[\"properties\"][\"domain\"][\"value\"]}}",
"options": {
"response": {
"response": {
"fullResponse": true,
"responseFormat": "text"
}
}
}
},
"typeVersion": 3
}
],
"connections": {
"Check Result": {
"main": [
null,
[
{
"node": "Post to Slack",
"type": "main",
"index": 0
}
]
]
},
"On new company created": {
"main": [
[
{
"node": "Get company information",
"type": "main",
"index": 0
}
]
]
},
"Try to load the domain": {
"main": [
[
{
"node": "Check Result",
"type": "main",
"index": 0
}
]
]
},
"Get company information": {
"main": [
[
{
"node": "Try to load the domain",
"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.
hubspotApihubspotDeveloperApislackApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow uses a Hubspot Trigger to check for new companies. It then checks the companies website exists using the HTTP node. If it doesn't, a message is sent to Slack.
Source: https://n8n.io/workflows/1463/ — 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.
Triggers when a contact property changes in HubSpot (e.g., added to a sequence) Lusha enriches the contact with verified email, direct phone, and seniority A prospect record is built and validated — c
Http Slack. Uses slack, hubspotTrigger, hubspot, httpRequest. Event-driven trigger; 5 nodes.
This workflow automates the full company enrichment pipeline: Simply import CSV company lists to Slack and save time on enrichment and CRM maintenance. It processes uploaded files, extracts company do
Googleslides Slack. Uses hubspot, slack, airtable, googleSlides. Event-driven trigger; 10 nodes.
Check for valid Hubspot contact email. Uses hubspotTrigger, hubspot, oneSimpleApi, slack. Event-driven trigger; 5 nodes.