AutomationFlowsGeneral › Affinity New List Trigger

Affinity New List Trigger

Original n8n title: Receive Updates When a New List Is Created in Affinity

Receive updates when a new list is created in Affinity. Uses affinityTrigger, stopAndError. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesAffinity TriggerStop And Error
General Trigger: Event Nodes: 2 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
{
  "id": "63",
  "name": "Receive updates when a new list is created in Affinity",
  "nodes": [
    {
      "name": "Affinity-Trigger",
      "type": "n8n-nodes-base.affinityTrigger",
      "position": [
        690,
        260
      ],
      "parameters": {
        "events": [
          "list.created"
        ]
      },
      "credentials": {
        "affinityApi": "<your credential>"
      },
      "typeVersion": 1,
      "id": "6890a8f8-7785-4eb9-a0df-c008e16a7ecc",
      "notes": "This affinityTrigger node performs automated tasks as part of the workflow."
    },
    {
      "id": "error-8265ff8e",
      "name": "Error Handler",
      "type": "n8n-nodes-base.stopAndError",
      "typeVersion": 1,
      "position": [
        1000,
        400
      ],
      "parameters": {
        "message": "Workflow execution error",
        "options": {}
      }
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "saveManualExecutions": true,
    "callerPolicy": "workflowsFromSameOwner",
    "errorWorkflow": null,
    "timezone": "UTC",
    "executionTimeout": 3600,
    "maxExecutions": 1000,
    "retryOnFail": true,
    "retryCount": 3,
    "retryDelay": 1000
  },
  "connections": {},
  "description": "Automated workflow: Receive updates when a new list is created in Affinity. This workflow processes data and performs automated tasks.",
  "meta": {
    "versionId": "1.0.0",
    "createdAt": "2025-09-29T07:07:41.878860",
    "updatedAt": "2025-09-29T07:07:41.878868",
    "owner": "n8n-user",
    "license": "MIT",
    "category": "automation",
    "status": "active",
    "priority": "high",
    "environment": "production"
  },
  "tags": [
    "automation",
    "n8n",
    "production-ready",
    "excellent",
    "optimized"
  ],
  "notes": "Excellent quality workflow: Receive updates when a new list is created in Affinity. This workflow has been optimized for production use with comprehensive error handling, security, and documentation."
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

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

About this workflow

Receive updates when a new list is created in Affinity. Uses affinityTrigger, stopAndError. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows/blob/main/workflows/Affinity/1085_Affinity_Create_Triggered.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

verify email. Uses functionItem, uproc, stopAndError. Event-driven trigger; 5 nodes.

Function Item, Uproc, Stop And Error
General

Acuityschedulingtrigger Workflow. Uses acuitySchedulingTrigger, stopAndError. Event-driven trigger; 2 nodes.

Acuity Scheduling Trigger, Stop And Error
General

This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.

Stop And Error
General

This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.

Stop And Error
General

Prevent concurrent workflow runs using Redis. Uses executeWorkflowTrigger, manualTrigger, stickyNote, executeWorkflow. Event-driven trigger; 43 nodes.

Execute Workflow Trigger, Redis, Stop And Error