Automate Bulk Deletion of HubSpot Contacts from Excel/CSV - n8n Workflow | Neura Market
Automate Bulk Deletion of HubSpot Contacts from Excel/CSV
This workflow automates the deletion of HubSpot contacts using email addresses from an uploaded Excel file. Ideal for maintaining clean and updated contact lists by removing outdated or invalid entries.
This n8n workflow streamlines the process of managing HubSpot contacts by automating the deletion of contacts based on email addresses provided in an Excel file. The workflow begins with a webhook trigger that accepts a POST request containing the file. It then extracts and parses the data, normalizes it, and processes each contact individually. If a contact exists in HubSpot, it is deleted. This setup is particularly useful for organizations looking to automate CRM hygiene tasks and ensure thei
Platform
n8n
Category
Other
Price
Free
Creator
Camila Torres
if
set
noOp
hubspot
webhook
stickyNote
splitInBatches
extractFromFile
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.