Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Bulk Contact Deletion from HubSpot via Uploaded Excel / CSV File This workflow allows you to automate the deletion of HubSpot contacts based on email addresses provided in an uploaded Excel ( ) fil...
n8n-nodes-base.webhook, n8n-nodes-base.splitinbatches, n8n-nodes-base.noop, n8n-nodes-base.hubspot, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.extractfromfile, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Akhil Varma Gadiraju.
Original n8n.io sourceThis workflow allows you to automate the deletion of HubSpot contacts based on email addresses provided in an uploaded Excel (.xlsx) file. It's ideal for bulk-cleaning outdated or invalid contact data.
Before using this workflow, ensure you have the following:
.xlsx) file with a column labeled emails containing the contact emails to be deleted.This n8n workflow allows you to upload an Excel file containing contact email addresses. It will check each one in HubSpot and delete the contact if it exists.
The workflow starts when a .xlsx file is uploaded via an HTTP POST request to the webhook. This Excel file should contain a column with contact email addresses.
The uploaded file is parsed, and its rows are converted into structured JSON items, making each email address available for further processing.
The data is cleaned and normalized β for example, mapping column headers (e.g., emails) into a standard email field, ensuring consistent downstream logic.
Each row (contact) is processed individually using batch looping. This allows for fine-grained error handling and sequential processing.
For each contact, a search query is made in HubSpot based on the email address. The workflow only fetches the first result (if any).
An IF condition checks whether the contact was found (i.e., if a HubSpot contact ID exists):
If a contact exists, it is deleted from HubSpot using its internal contact ID.
A placeholder node named βReplace Meβ is included for any custom logic you may want to add after the deletion step, such as:
emailNo external files are required. All logic is contained within the n8n workflow.
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.
| Workflow | Bulk delete HubSpot contacts from uploaded Excel/CSV file |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | CRM |
| Author | Akhil Varma Gadiraju |
| Published | 16 May 2025 |
Use the JSON export at /data/workflows/4100/4100.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Bulk Contact Deletion from HubSpot via Uploaded Excel / CSV File This workflow allows you to automate the deletion of HubSpot contacts based on email addresses provided in an uploaded Excel ( ) fil...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 CRM use case.