Skip to main content

Sync website visitors from RB2B to Attio CRM via Slack with deal creation

Workflow preview

Workflow preview
100%
Sync website visitors from RB2B to Attio CRM via Slack with deal creation preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template automatically syncs website visitors identified by RB2B into your Attio CRM, creating comprehensive contact records and associated sales deals for immediate follow up. Perfect for...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.slacktrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.switch

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Sync website visitors from RB2B to Attio CRM via Slack with deal creation
Workflow name
Sync website visitors from RB2B to Attio CRM via Slack with deal creation

This n8n template automatically syncs website visitors identified by RB2B into your Attio CRM, creating comprehensive contact records and associated sales deals for immediate follow-up.

Perfect for sales teams who want to capture every website visitor as a potential lead without manual data entry!

Good to know

  • RB2B identifies anonymous website visitors and sends structured data via Slack notifications
  • The workflow prevents duplicate contacts by checking email addresses before creating new records
  • All RB2B leads are automatically tagged with source tracking for easy identification

How it works

  • RB2B sends website visitor notifications to your designated Slack channel with visitor details
  • The workflow extracts structured data from Slack messages including name, email, company, LinkedIn, and location
  • It searches Attio CRM to check if the person already exists based on email address
  • For new visitors, it creates a complete contact record with all available information
  • For existing contacts, it updates their record and manages deal creation intelligently
  • Automatically creates sales deals tagged as "RB2B Website Visitor" for proper lead tracking

How to use

  • Configure RB2B to send visitor notifications to a dedicated Slack channel
  • The Slack trigger can be replaced with other triggers like webhooks if you prefer different notification methods
  • Customize the deal naming conventions and stages to match your sales pipeline

Requirements

  • RB2B account with Slack integration enabled
  • Attio CRM account with API access
  • Slack workspace with bot permissions for the designated RB2B channel

Customising this workflow

  • Modify deal stages and values based on your sales process
  • Add lead scoring based on company domain or visitor behavior patterns
  • Integrate additional enrichment APIs to enhance contact data
  • Set up automated email sequences or Slack notifications for high-value leads

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 - RB2B New Message

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

Block 2 - Cleanup Data

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

Block 3 - Get Person

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

Block 4 - Sticky Note1

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

Block 5 - Create Person

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

Block 6 - Create Deal

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

Block 7 - Create Associated Deal

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

Block 8 - Update Deal Stage

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

Block 9 - Person Exists?

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

Block 10 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 11 - Sticky Note

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Sticky Note4

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

Block 15 - Sticky Note5

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

Block 16 - Sticky Note6

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

3. Summary Table

Workflow Sync website visitors from RB2B to Attio CRM via Slack with deal creation
Complexity advanced
Nodes 16
Categories Lead Generation
Author Anna Bui
Published 04 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6973/6973.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 Sync website visitors from RB2B to Attio CRM via Slack with deal creation do?

This n8n template automatically syncs website visitors identified by RB2B into your Attio CRM, creating comprehensive contact records and associated sales deals for immediate follow up. Perfect for...

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 Generation use case.