Block 1 - analytivcs
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.3
This workflow is provided as-is. Please review and test before using in production.
Description This workflow is designed for B2B/SaaS teams who want to secure renewals before it’s too late . It runs every day, identifies all accounts whose licenses are up for renewal in J–30 , en...
n8n-nodes-base.httprequest, n8n-nodes-base.zendesk, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.postgres, n8n-nodes-base.splitinbatches, n8n-nodes-base.hubspot, n8n-nodes-base.salesforce
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yassin Zehar.
Original n8n.io sourceThis workflow is designed for B2B/SaaS teams who want to secure renewals before it’s too late.
It runs every day, identifies all accounts whose licenses are up for renewal in J–30, enriches them with CRM, product usage and support data, computes an internal churn risk level, and then triggers the appropriate playbook:
Everything is logged into a database table so that you can build dashboards, run analysis, or plug additional automations on top.
Daily detection (J–30 renewals)
A scheduled trigger runs every morning and queries your database (Postgres / Supabase) to fetch all active subscriptions expiring in 30 days. Each row includes the account identifier, name, renewal date and basic commercial data.
Data enrichment across tools
For each account, the workflow calls several business systems to collect context:
All of this is merged into a single, unified item.
Churn scoring & routing
An internal scoring step evaluates the risk for each account based on multiple signals (engagement, usage, support, timing).
The workflow then categorizes each account into one of three risk levels:
A Switch node routes each account to the relevant playbook.
Automated playbooks
🔴 HIGH risk
🟠 MEDIUM risk
🟢 LOW risk
Logging & daily reporting
For every processed account, the workflow prepares a structured log record (account, renewal date, risk level, basic context).
A Postgres node is used to insert the data into a churn_logs table.
At the end of each run, all processed accounts are aggregated and a daily summary email is sent (for example to the Customer Success leadership team), listing the renewals and their risk levels.
Database
churn_logs (or equivalent) to store workflow decisions and history.account_id, account_name, end_date, riskScore, riskLevel, playbook, trello_link, jira_link, timestamp.External APIs
Communication & task tools
Configuration variables
Init config & thresholds node:days_before_renewalchurn_threshold_highchurn_threshold_mediumWatch the Youtube Tutorial video
I’m Yassin a Project & Product Manager Scaling tech products with data-driven project management. 📬 Feel free to connect with me on Linkedin
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.
Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate B2B SaaS renewal risk management with CRM, support & usage data |
|---|---|
| Complexity | advanced |
| Nodes | 33 |
| Categories | CRM, AI Summarization |
| Author | Yassin Zehar |
| Published | 03 Dec 2025 |
Use the JSON export at /data/workflows/11469/11469.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description This workflow is designed for B2B/SaaS teams who want to secure renewals before it’s too late . It runs every day, identifies all accounts whose licenses are up for renewal in J–30 , en...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, AI Summarization use case.