Skip to main content

Sync Attio CRM with Jotform & Slack for deal updates & sales alerts

Workflow preview

Workflow preview
100%
Sync Attio CRM with Jotform & Slack for deal updates & sales alerts 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 workflow streamlines your lead management process by automatically capturing form submissions from Jotform , updating Attio CRM , and notifying your team (sales team for example) via Slack — a...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.switch, n8n-nodes-base.set, n8n-nodes-base.datatable, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.webhook

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Sync Attio CRM with Jotform & Slack for deal updates & sales alerts
Workflow name
Sync Attio CRM with Jotform & Slack for deal updates & sales alerts

This workflow streamlines your lead management process by automatically capturing form submissions from Jotform, updating Attio CRM, and notifying your team (sales team for example) via Slack — all without manual work.

How it works

  1. Receive Lead:
  • A new submission is captured from Jotform (name, email, message).
  1. Prepare CRM:
  • Checks if the Pending and Urgent deal stages exist in Attio CRM and creates them if they don’t exist.
  • Checks if the Message column exists in Attio CRM and creates it if it doesn't exist.
  1. Lead Handling:
  • If the lead doesn't exist in Attio CRM, the contact is created, a new deal is added to the Pending stage, and a Slack notification is sent.
  • If the lead exists but has no deal, a new deal is added to Pending, and Slack is notified.
  • If the lead exists with a deal, the deal is moved to the Urgent stage, and Slack is notified.
  1. Slack Notification:
  • Your team (sales team for example) receives an instant Slack message whenever a new or existing lead is processed, so they can act fast.

Requirements

Make sure to have Jotform, Attio CRM and Slack accounts, then follow this video guide on how to start using this template.

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 - Switch

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

Block 2 - Edit Fields

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

Block 3 - If pending status does not exist

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

Block 4 - If urgent status does not exist

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

Block 5 - If message column does not exist

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

Block 6 - If deals id does not exist

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

Block 7 - Get the deals id

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

Block 8 - Get the deals id1

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

Block 9 - If people id does not exist

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

Block 10 - Get the people id

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

Block 11 - Get the deals id (CRM)

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

Block 12 - Add deals id to DB

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

Block 13 - Add pending status to CRM

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

Block 14 - Add pending status to DB

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

Block 15 - Add urgent status to CRM

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

Block 16 - Add urgent status to DB

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

Block 17 - Get the people id (CRM)

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

Block 18 - Add people id to DB

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

Block 19 - Add message column to CRM

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

Block 20 - Add message column to DB

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

Block 21 - Get customer by email

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

Block 22 - Prepare customer data

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

Block 23 - Check if the customer is in the CRM

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

Block 24 - Update the deal

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

Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Sync Attio CRM with Jotform & Slack for deal updates & sales alerts
Complexity advanced
Nodes 33
Categories CRM
Author AppUnits AI
Published 12 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9515/9515.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 Attio CRM with Jotform & Slack for deal updates & sales alerts do?

This workflow streamlines your lead management process by automatically capturing form submissions from Jotform , updating Attio CRM , and notifying your team (sales team for example) via Slack — a...

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