8
n8n 中文网amn8n.com

在KlickTipp中自动标记Eventbrite参会状态

中级

这是一个Social Media领域的自动化工作流,包含 11 个节点。主要使用 Switch, SplitOut, HttpRequest, Klicktipp, ScheduleTrigger 等节点。 在KlickTipp中自动标记Eventbrite参会状态

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "95b3ab5a70ab1c8c1906357a367f1b236ef12a1409406fd992f60255f0f95f85",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "09783caf-858a-4646-b9b8-07f80cbff88c",
      "name": "每 15 分钟触发",
      "type": "n8n-nodes-base.scheduleTrigger",
      "notes": "This node triggers the flow in the defined frequency.",
      "position": [
        0,
        48
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 15
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 1.2
    },
    {
      "id": "2bb16bdb-81b3-4684-8d04-2712981e574d",
      "name": "标记未出席联系人",
      "type": "n8n-nodes-klicktipp.klicktipp",
      "notes": "This node tags the contact for their non attendance at the event.",
      "position": [
        896,
        144
      ],
      "parameters": {
        "email": "={{ $json.profile.email }}",
        "tagId": [
          "13634786"
        ],
        "resource": "contact-tagging"
      },
      "credentials": {
        "klickTippApi": {
          "id": "K9JyBdCM4SZc1cXl",
          "name": "DEMO KlickTipp account"
        }
      },
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "9797cf9d-ed61-4149-b631-86028ba69a7c",
      "name": "出席检查",
      "type": "n8n-nodes-base.switch",
      "notes": "This node checks whether the attendees were checked in at the event.",
      "position": [
        672,
        48
      ],
      "parameters": {
        "rules": {
          "values": [
            {
              "outputKey": "Attended",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "6e93ced0-873c-419b-8713-c2867558504c",
                    "operator": {
                      "type": "boolean",
                      "operation": "true",
                      "singleValue": true
                    },
                    "leftValue": "={{ $json.checked_in }}",
                    "rightValue": ""
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Not attended",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "37e2e24d-1164-4491-92a3-c2cc141bad8a",
                    "operator": {
                      "type": "boolean",
                      "operation": "false",
                      "singleValue": true
                    },
                    "leftValue": "={{ $json.checked_in }}",
                    "rightValue": ""
                  }
                ]
              },
              "renameOutput": true
            }
          ]
        },
        "options": {}
      },
      "notesInFlow": true,
      "typeVersion": 3.3
    },
    {
      "id": "b2803e6a-9d84-4dd7-9501-1e3782356e0f",
      "name": "拆分参会者列表",
      "type": "n8n-nodes-base.splitOut",
      "notes": "This node splits the list of attendees.",
      "position": [
        448,
        48
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "attendees"
      },
      "notesInFlow": true,
      "typeVersion": 1
    },
    {
      "id": "f72d8f16-ede2-47fa-8deb-8296a9c13ba9",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -128
      ],
      "parameters": {
        "color": 7,
        "width": 672,
        "height": 480,
        "content": "## 1. 数据接收与结构化"
      },
      "typeVersion": 1
    },
    {
      "id": "7796cad2-37a8-45e4-bbf7-b456b769bc42",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        -128
      ],
      "parameters": {
        "color": 7,
        "width": 496,
        "height": 480,
        "content": "## 2. 分析与保存数据"
      },
      "typeVersion": 1
    },
    {
      "id": "2de024d4-43c1-4d84-a7ba-6fd5bd25cf8b",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        96,
        368
      ],
      "parameters": {
        "width": 752,
        "height": 1120,
        "content": "## 适用对象"
      },
      "typeVersion": 1
    },
    {
      "id": "443c1882-f4c5-4d3c-a90f-01d90ec91fe1",
      "name": "从活动中列出 Eventbrite 参会者",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "This node gets all attendees of the defined event.",
      "position": [
        224,
        48
      ],
      "parameters": {
        "url": "https://www.eventbriteapi.com/v3/events/1763953796289/attendees/",
        "options": {},
        "authentication": "predefinedCredentialType",
        "nodeCredentialType": "eventbriteOAuth2Api"
      },
      "credentials": {
        "eventbriteOAuth2Api": {
          "id": "YuhRI76SN30EeZOY",
          "name": "Integrations Eventbrite account"
        }
      },
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "67daa503-00b5-45fe-bf6e-1f8a81b103e9",
      "name": "标记出席联系人",
      "type": "n8n-nodes-klicktipp.klicktipp",
      "notes": "This node tags the contact for their attendance at the event.",
      "position": [
        896,
        -48
      ],
      "parameters": {
        "email": "={{ $json.profile.email }}",
        "tagId": [
          "13634770"
        ],
        "resource": "contact-tagging"
      },
      "credentials": {
        "klickTippApi": {
          "id": "K9JyBdCM4SZc1cXl",
          "name": "DEMO KlickTipp account"
        }
      },
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "2594bb60-48e1-4bea-a631-0e5572ab612e",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -320
      ],
      "parameters": {
        "width": 400,
        "height": 176,
        "content": "## 1. 数据接收"
      },
      "typeVersion": 1
    },
    {
      "id": "b9e938b9-400b-4be3-923a-9f0d98766825",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        688,
        -320
      ],
      "parameters": {
        "width": 400,
        "height": 176,
        "content": "## 2. 分析与标记"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {
    "List Evenbrite attendees from event": [
      {
        "attendees": [
          {
            "id": "22033123123",
            "costs": {
              "tax": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "gross": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "base_price": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "payment_fee": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "eventbrite_fee": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              }
            },
            "status": "Checked In",
            "answers": [],
            "changed": "2025-10-02T11:11:45Z",
            "created": "2025-10-02T08:53:20Z",
            "profile": {
              "age": 31,
              "name": "Mr. Ricard Klünter",
              "email": "ricardo@example.com",
              "gender": "male",
              "prefix": "Mr.",
              "addresses": {},
              "last_name": "Klünter",
              "birth_date": "1910-12-07",
              "first_name": "Ricard"
            },
            "barcodes": [
              {
                "status": "used",
                "barcode": "1339655252322033274123123",
                "changed": "2025-10-02T11:11:45Z",
                "created": "2025-10-02T08:53:22Z",
                "is_printed": false,
                "checkin_type": 0,
                "checkin_method": "search"
              }
            ],
            "event_id": "1763953123123",
            "order_id": "13396123123",
            "quantity": 1,
            "refunded": false,
            "affiliate": "oddtdtcreator",
            "cancelled": false,
            "checked_in": true,
            "invited_by": null,
            "variant_id": null,
            "guestlist_id": null,
            "resource_uri": "https://www.eventbriteapi.com/v3/events/1763953796289/attendees/22033123123/",
            "delivery_method": "electronic",
            "ticket_class_id": "3053123123",
            "ticket_class_name": "General Admission"
          },
          {
            "id": "22033282533",
            "costs": {
              "tax": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "gross": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "base_price": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "payment_fee": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              },
              "eventbrite_fee": {
                "value": 0,
                "display": "$0.00",
                "currency": "USD",
                "major_value": "0.00"
              }
            },
            "status": "Not Attending",
            "answers": [],
            "changed": "2025-10-02T10:32:41Z",
            "created": "2025-10-02T08:54:18Z",
            "profile": {
              "name": "Ric Klünter",
              "email": "ricardo@example.com",
              "addresses": {},
              "last_name": "Klünter",
              "first_name": "Ric"
            },
            "barcodes": [
              {
                "status": "refunded",
                "barcode": "133965586732203328123123",
                "changed": "2025-10-02T10:32:41Z",
                "created": "2025-10-02T08:54:22Z",
                "is_printed": false,
                "checkin_type": 0,
                "checkin_method": "search"
              }
            ],
            "event_id": "1763953123123",
            "order_id": "13396123123",
            "quantity": 1,
            "refunded": true,
            "affiliate": "oddtdtcreator",
            "cancelled": true,
            "checked_in": false,
            "invited_by": null,
            "variant_id": null,
            "guestlist_id": null,
            "resource_uri": "https://www.eventbriteapi.com/v3/events/1763953123123/attendees/22033123123/",
            "delivery_method": "electronic",
            "ticket_class_id": "3053123123",
            "ticket_class_name": "General Admission"
          }
        ],
        "pagination": {
          "page_size": 50,
          "page_count": 1,
          "page_number": 1,
          "object_count": 2,
          "has_more_items": false
        }
      }
    ]
  },
  "connections": {
    "Attendance check": {
      "main": [
        [
          {
            "node": "Tag contact for attendance",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Tag contact for non attendance",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split attendee list": {
      "main": [
        [
          {
            "node": "Attendance check",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger every 15min": {
      "main": [
        [
          {
            "node": "List Evenbrite attendees from event",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "List Evenbrite attendees from event": {
      "main": [
        [
          {
            "node": "Split attendee list",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 社交媒体

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量11
分类1
节点类型6
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
KlickTipp

KlickTipp

@KlickTipp

Reach more people. 100% GDPR compliant. Quickly create automated email campaigns, SMS and marketing automations. Market your knowledge independently of Google & Co., sell lucrative products and activate your customers.

外部链接
在 n8n.io 查看

分享此工作流