Automate deal stage tracking between HighLevel CRM and ClickUp using a robust n8n workflow. It filters recent updates, creates actionable follow-up tasks, and uses Slack for alerts on older leads. Download this n8n template today.
Download this n8n workflow template and start using it instantly.
Managing a high volume of sales leads requires timely action based on recent deal stage changes. This specific n8n workflow eliminates the manual effort involved in tracking these changes between your CRM (HighLevel) and your project management system (ClickUp).
The primary challenge solved by this n8n template is intelligently distinguishing between recently updated deals and older records that might still warrant attention but shouldn't trigger immediate, high-priority tasks. This n8n workflow uses a date-based filtering n8n node to split the process. Recent updates trigger a detailed task creation in ClickUp, ensuring rapid follow-up. Conversely, deals updated before the cutoff date trigger a low-priority Slack alert, maintaining team awareness without clogging the task queue. This robust n8n automation ensures your team focuses on the most critical sales activities, maximizing conversion rates using this ready-to-use n8n template.
This comprehensive n8n workflow is designed for manual execution, perfect for testing or on-demand bulk synchronization, initiated by the n8n trigger.
lastStatusChangeAt date for the deal is after or equal to a specified cutoff date (e.g., September 30, 2025).To deploy and utilize this powerful n8n workflow, follow these steps:
list, space, and team IDs within the parameters to ensure tasks are created in the correct location.U09E375JZPA in this n8n template) is updated to match the desired recipient in your workspace.2025-09-30T00:00:00) in the 'Filter Recent Deal Updates1' n8n node and adjust it based on your operational definition of a "recent" deal update. Manual Trigger (n8n trigger): When clicking ‘Execute workflow’
Function: Acts as the starting n8n trigger, allowing for on-demand execution of the entire n8n workflow.
HighLevel (n8n node): Fetch All Deals from CRM1
Function: Uses the getAll operation for the opportunity resource to retrieve all current deals and their associated metadata from HighLevel CRM.
Key Configuration: operation: getAll, resource: opportunity, returnAll: true.
If (n8n node): Filter Recent Deal Updates1
Function: Implements conditional branching. Filters items where the deal's lastStatusChangeAt is after or equals the specific hardcoded date (2025-09-30T00:00:00).
Key Configuration: Condition checks lastStatusChangeAt using the afterOrEquals date/time operator.
HighLevel (n8n node): Get Contact Details1
Function: On the TRUE branch, this n8n node fetches the complete contact profile using the contactId dynamically pulled from the preceding deal data.
Key Configuration: contactId is dynamically mapped using ={{ $json.contactId }}.
ClickUp (n8n node): Create ClickUp Task1
Function: The final action in the success path. Creates a new follow-up task in a designated ClickUp list, pulling the contact's name and location ID for context.
Key Configuration: Task name uses expressions for dynamic naming, ensuring every task generated by the n8n workflow is highly informative.
Slack (n8n node): Notify Old Deal Update1
Function: The action for the FALSE branch. Sends an alert message containing the old lead ID to a specific Slack user, providing visibility into deals that did not meet the recent update criteria in this n8n workflow.
* Key Configuration: Messages a specific user ID with a custom text alerting them that the lead was updated before the cutoff date.
Use this efficient n8n workflow to automatically check multiple timezones daily for impending Daylight Saving Time changes and send proactive Slack and email alerts.

Use this powerful n8n workflow to synchronize database alerts between Notion and SIGNL4. Automate incident tracking, status updates, and resolution using this n8n template.

Use this powerful n8n workflow to automatically process uploaded medical faxes or complex PDFs. Leverage Google Gemini 2.0 for data extraction, structure the output using the LLM Chain n8n node, and store the final results in Google Sheets.

Automate Gmail cleanup with this powerful n8n workflow. It uses GPT-4o-mini to classify old emails, decide if action is needed, and automatically archive non-essential threads. Get this n8n template now.

Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.







































