AutomationFlowsGeneral › Retention Actions

Retention Actions

Retention Actions. Uses emailSend, todoist. Webhook trigger; 7 nodes.

Webhook trigger★★☆☆☆ complexity7 nodesEmail SendTodoist
General Trigger: Webhook Nodes: 7 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "name": "Retention Actions",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "retention-trigger",
        "responseMode": "onReceived"
      },
      "name": "At Risk Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        200,
        300
      ]
    },
    {
      "parameters": {
        "dataType": "string",
        "rules": {
          "rules": [
            {
              "value1": "={{$json[\"risk_level\"]}}",
              "operation": "equal",
              "value2": "high"
            }
          ]
        }
      },
      "name": "IF High",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        420,
        220
      ]
    },
    {
      "parameters": {
        "dataType": "string",
        "rules": {
          "rules": [
            {
              "value1": "={{$json[\"risk_level\"]}}",
              "operation": "equal",
              "value2": "medium"
            }
          ]
        }
      },
      "name": "IF Medium",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        420,
        380
      ]
    },
    {
      "parameters": {
        "toEmail": "={{$json.email}}",
        "subject": "We want you back",
        "text": "={{'Hi ' + $json.user_id + ', here is a personal offer to help you succeed.'}}"
      },
      "name": "Send Retention Email",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 1,
      "position": [
        650,
        140
      ]
    },
    {
      "parameters": {
        "resource": "task",
        "operation": "create",
        "projectId": "YOUR_PROJECT",
        "name": "={{'Follow up with ' + $json.user_id}}"
      },
      "name": "Create Follow-up Task",
      "type": "n8n-nodes-base.todoist",
      "typeVersion": 1,
      "position": [
        650,
        240
      ]
    },
    {
      "parameters": {
        "toEmail": "={{$json.email}}",
        "subject": "Quick tip to get more value",
        "text": "={{'Here\\'s a tip to help you get more from the product.'}}"
      },
      "name": "Send Tip Email",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 1,
      "position": [
        650,
        380
      ]
    },
    {
      "parameters": {
        "message": "={{'Low risk user logged: ' + $json.user_id}}"
      },
      "name": "Log Low Risk",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        650,
        520
      ]
    }
  ],
  "connections": {
    "At Risk Webhook": {
      "main": [
        [
          {
            "node": "IF High",
            "type": "main",
            "index": 0
          },
          {
            "node": "IF Medium",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF High": {
      "main": [
        [
          {
            "node": "Send Retention Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create Follow-up Task",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "IF Medium": {
      "main": [
        [
          {
            "node": "Send Tip Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Log Low Risk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "versionId": "1"
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Retention Actions. Uses emailSend, todoist. Webhook trigger; 7 nodes.

Source: https://github.com/KianDaga/NeuralChurn/blob/ccca6631bd6984993fefd9f0b2f9b694015063b8/n8n/workflow_retention.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

> ⚠️ Notice: > This workflow uses the HTML to Docx node from customjs.space, which requires a self-hosted n8n instance and a CustomJS API key.

Email Send, @Custom Js/N8N Nodes Pdf Toolkit
General

MamVibe — User Registered. Uses emailSend. Webhook trigger; 5 nodes.

Email Send
General

DISTMAH - Nueva Reseña/Testimonio. Uses emailSend. Webhook trigger; 5 nodes.

Email Send
General

Post-Job Google Review Request. Uses emailSend. Webhook trigger; 3 nodes.

Email Send
General

Leave Request Notifications. Uses emailSend. Webhook trigger; 2 nodes.

Email Send