n8n-crm-automation

Build n8n CRM automations for HubSpot, Salesforce, lead routing, and Slack notifications.

242|77|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/sachacoldiq/ColdIQ-s-GTM-Skills --skill n8n-crm-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-crm-automation
Source: https://github.com/sachacoldiq/ColdIQ-s-GTM-Skills/tree/main/master-skills/n8n/.claude/skills/crm-automation
Command: npx skills add https://github.com/sachacoldiq/ColdIQ-s-GTM-Skills --skill n8n-crm-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and management of CRM workflows, connecting systems like HubSpot and Salesforce to streamline lead routing, data synchronization, and notification processes.

Core Features & Use Cases

  • CRM Integration: Connects with HubSpot and Salesforce for data management.
  • Workflow Automation: Designs and implements automated processes for lead routing, data syncing, and pipeline reporting.
  • Notifications: Integrates with Slack for real-time alerts and updates.
  • Use Case: Automatically route new leads from a web form to the appropriate sales representative based on their score and territory, and notify the rep via Slack.

Quick Start

Use the n8n-crm-automation skill to build a workflow that routes new HubSpot leads to Salesforce and sends a Slack notification.

Frequently Asked Questions about n8n-crm-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate lead routing from HubSpot to Salesforce using n8n?

Automate lead routing by building an n8n workflow that syncs HubSpot leads to Salesforce and uses a Switch node to route them based on score and territory, sending Slack alerts to the appropriate rep.

Can I send Slack notifications from an n8n CRM workflow?

Yes, you can send Slack notifications from n8n by integrating the Slack node and formatting alerts using Slack Block Kit to provide rich, real-time updates for pipeline reporting and lead routing.

What do I need to set up before connecting HubSpot and Salesforce in n8n?

Before connecting HubSpot and Salesforce in n8n, you need to configure OAuth2 authentication for both CRMs to authorize data synchronization and workflow automation actions.

How does n8n handle conditional logic for lead routing in CRM automations?

n8n handles conditional logic for lead routing by using the Switch node, which evaluates lead data like score and territory to direct each record to the correct downstream CRM or notification path.

Can I use this to sync pipeline data between multiple CRM systems?

Yes, you can design n8n workflows to synchronize pipeline data and automate reporting between HubSpot and Salesforce, ensuring records are consistently updated across both platforms.

Are there limitations when using n8n Switch nodes for CRM workflow routing?

The n8n Switch node routes data based on defined conditions, so complex CRM routing logic requires careful mapping of lead scores and territories to avoid misdirected records or failed syncs.