Skip to main content

Route CRM new leads to Aloware for instant SMS and AI qualification calls

Workflow preview

Workflow preview
100%
Route CRM new leads to Aloware for instant SMS and AI qualification calls preview
Open on n8n.io

1. Workflow Overview

Description Connect your CRM to Aloware so every new lead gets an instant SMS and is routed to the right AI powered follow up sequence — all within seconds of form submission. Speed to lead is ever...

Best for

  • Lead Nurturing automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Maxim Dudnik.

Original n8n.io source

1.1 Workflow description

Title
Route CRM new leads to Aloware for instant SMS and AI qualification calls
Workflow name
Route CRM new leads to Aloware for instant SMS and AI qualification calls

Description

Connect your CRM to Aloware so every new lead gets an instant SMS and is routed to the right AI-powered follow-up sequence — all within seconds of form submission. Speed-to-lead is everything. Studies show responding within 5 minutes makes you 100x more likely to connect. This workflow eliminates the gap between "lead submitted" and "rep reached out" by automating the entire handoff from your CRM to Aloware's voice and SMS platform.

How it works

  1. A Webhook receives new lead data from your CRM (HubSpot, Salesforce, Pipedrive, or any system that can POST JSON).
  2. A Set node normalizes the payload — it pulls phone, name, email, company, lead score, and source from whichever field structure your CRM sends, so you don't have to rewrite the workflow per CRM.
  3. An HTTP Request creates or updates the contact in Aloware via the /webhook/forms endpoint, storing lead source and score as custom fields.
  4. A second HTTP Request fires a personalized SMS to the lead within seconds: "Hi {name}! Thanks for your interest in {company}..."
  5. An IF node checks the lead score against your configurable threshold (default: 70).
  • Hot leads (score ≥ threshold) → enrolled in an AI Qualification Sequence that places an automated call to qualify the lead immediately.
  • Warm leads (score < threshold) → enrolled in a Nurture Sequence for drip SMS follow-up.

How to use

  1. Import the JSON into n8n.
  2. Go to Settings → Variables and add: ALOWARE_API_TOKEN, ALOWARE_LINE_PHONE, ALOWARE_HOT_SEQUENCE_ID, ALOWARE_NURTURE_SEQUENCE_ID, LEAD_SCORE_THRESHOLD, and COMPANY_NAME.
  3. In Aloware, create two Sequences (one for hot-lead AI qualification calls, one for warm-lead nurture SMS) and copy their IDs into the variables above.
  4. Copy the Webhook URL from the trigger node and paste it into your CRM's automation (HubSpot Workflow → Webhook action, Salesforce Process Builder, Pipedrive Automations, etc.).
  5. Toggle the workflow to Active and submit a test lead.

Requirements

Aloware account with API access and at least one outbound line CRM capable of sending webhook POSTs on new lead creation (HubSpot, Salesforce, Pipedrive, etc.)

Customising this workflow

  • Edit the SMS copy directly in the "Aloware: Send Instant Lead SMS" node — use {{ $json.leadFirstName }} and {{ $vars.COMPANY_NAME }} for personalization.
  • Add more routing branches (e.g., a "cold" path for leads with score < 30) by adding IF nodes after the existing split.
  • Swap the CRM webhook for a Facebook Lead Ads or Google Ads trigger to capture paid leads directly.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Workflow Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Receive & Process Lead

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Score-Based Routing

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Score Tip

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - CRM: New Lead Received

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 6 - Normalize Lead Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Aloware: Create or Update Contact

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Aloware: Send Instant Lead SMS

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Is Hot Lead?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 10 - Aloware: Enroll in AI Qualification Sequence

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Aloware: Enroll in Nurture Sequence

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Route CRM new leads to Aloware for instant SMS and AI qualification calls
Complexity intermediate
Nodes 11
Categories Lead Nurturing, AI Chatbot
Author Maxim Dudnik
Published 13 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15018/15018.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Route CRM new leads to Aloware for instant SMS and AI qualification calls do?

Description Connect your CRM to Aloware so every new lead gets an instant SMS and is routed to the right AI powered follow up sequence — all within seconds of form submission. Speed to lead is ever...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Lead Nurturing, AI Chatbot use case.