The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "01.04 Dynamic Subscription Dunning & Retention",
"nodes": [
{
"parameters": {
"path": "webhook-01-04"
},
"id": "6cb31cde-1af7-4071-863f-de050493db74",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Dynamic Subscription Dunning & Retention\n\n**The Problem:**\nFailed payments lead to involuntary churn. Handling collections manually is inefficient and results in poor customer experiences when services are cut without proper warning.",
"height": 200,
"width": 600
},
"id": "d828d3e3-fa7a-4328-a240-667ec787198e",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "af67a3b7-112f-425b-9ca4-08cd5bad0387",
"name": "Stripe",
"type": "n8n-nodes-base.stripe",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "3f7363dd-ee70-4ec6-8e8d-eef20244e297",
"name": "Intercom",
"type": "n8n-nodes-base.intercom",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "492df65f-8b2f-414d-b0e6-0961f53b7570",
"name": "Salesforce",
"type": "n8n-nodes-base.salesforce",
"typeVersion": 1,
"position": [
950,
300
]
},
{
"parameters": {},
"id": "73bcacdd-1197-4633-96b8-28bb6b767f69",
"name": "SMS/Email API",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
1200,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Stripe",
"type": "main",
"index": 0
}
]
]
},
"Stripe": {
"main": [
[
{
"node": "Intercom",
"type": "main",
"index": 0
}
]
]
},
"Intercom": {
"main": [
[
{
"node": "Salesforce",
"type": "main",
"index": 0
}
]
]
},
"Salesforce": {
"main": [
[
{
"node": "SMS/Email API",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "f83de7f2-bb06-4e3e-85f0-46a6b19c94dd"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
01.04 Dynamic Subscription Dunning & Retention. Uses stripe, intercom, salesforce, emailSend. Webhook trigger; 6 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/01_04_dynamic_subscription_dunning_retention.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n template automates the delivery of digital products after a successful Stripe Checkout payment.
DISTMAH - Pago Completado (Stripe). Uses emailSend. Webhook trigger; 5 nodes.
Code Schedule. Uses stripe, scheduleTrigger, itemLists, hubspot. Scheduled trigger; 24 nodes.
Functionitem Pipedrive. Uses stripe, pipedrive, functionItem, itemLists. Scheduled trigger; 11 nodes.