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. Data reception & structuring"
      },
      "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. Analyzing & saving data"
      },
      "typeVersion": 1
    },
    {
      "id": "2de024d4-43c1-4d84-a7ba-6fd5bd25cf8b",
      "name": "付箋メモ2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        96,
        368
      ],
      "parameters": {
        "width": 752,
        "height": 1120,
        "content": "## Who’s it for\nDesigned for **event organizers**, **digital marketers**, and **KlickTipp users** who already sync their Eventbrite registrants to KlickTipp and now want to automatically track and segment event attendance.\n\n> 💡 **Prerequisite:** Contacts must already exist in KlickTipp.  \n> Use the related workflow **“Subscribe Eventbrite orders to KlickTipp”** to import registrants before running this attendance workflow.\n\n## Requirements\n- Eventbrite account with OAuth2 credentials  \n- KlickTipp account with API access (username/password)  \n- Tags configured in KlickTipp:\n  - `Eventbrite | Participated`  \n  - `Eventbrite | Not participated`\n\n## How to set up\n1. **Authenticate connections**\n   - Connect **Eventbrite** via OAuth2 (scopes for attendee read access).  \n   - Connect **KlickTipp** via username/password API credentials.  \n2. **Configure the Event ID**\n   - Update the Eventbrite HTTP Request node URL by pasting your according event id `/events/{event_id}/attendees/`.  \n3. **Adjust KlickTipp Tag IDs**\n   - Map tag IDs in both tagging nodes to your KlickTipp setup.  \n4. **Run a test**\n   - Execute manually or wait for the schedule trigger.  \n   - Confirm attendees are correctly tagged in KlickTipp based on `checked_in` status.  \n\n> ⚠️ *Important:* Eventbrite must record attendee check-ins via the **Eventbrite Organizer App** or barcode scanning for this workflow to assign accurate tags.\n\n## How to customize\n- Change the **schedule frequency** (e.g., every 5 minutes during the event, hourly after).  \n- Duplicate and adjust the workflow to handle **multiple events** with different Event IDs.  \n- Extend the logic to tag attendees by **ticket class**, **VIP level**, or **refunded status**.  \n- Combine with the **Eventbrite order/refund sync workflow** for a full participant funnel:  \n  `Registration → Participation → Refund`.\n\n## Campaign expansion ideas\n- **Refund tagging:** Add a branch that detects the `refunded` property in Eventbrite and applies a refund tag in KlickTipp.  \n- **Post-event automation:**  \n  - `Participated` → Trigger thank-you or upsell campaigns.  \n  - `Not participated` → Send replay links or follow-up invitations.  \n- **Performance insights:** Use tagged data in KlickTipp for segmentation analytics, follow-up scoring, and event ROI tracking.\n"
      },
      "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. Data Reception\nTriggered every **15 min** to fetch the latest Eventbrite attendees.  \nKeeps your participant data synced automatically.  \n💡 Adjust timing for real-time or daily sync.\n"
      },
      "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. Analyze & Tag\nChecks who **attended vs. missed** the event using `checked_in`.  \nTags participants in KlickTipp for instant segmentation.\n"
      },
      "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": {
    "9797cf9d-ed61-4149-b631-86028ba69a7c": {
      "main": [
        [
          {
            "node": "67daa503-00b5-45fe-bf6e-1f8a81b103e9",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "2bb16bdb-81b3-4684-8d04-2712981e574d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b2803e6a-9d84-4dd7-9501-1e3782356e0f": {
      "main": [
        [
          {
            "node": "9797cf9d-ed61-4149-b631-86028ba69a7c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "09783caf-858a-4646-b9b8-07f80cbff88c": {
      "main": [
        [
          {
            "node": "443c1882-f4c5-4d3c-a90f-01d90ec91fe1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "443c1882-f4c5-4d3c-a90f-01d90ec91fe1": {
      "main": [
        [
          {
            "node": "b2803e6a-9d84-4dd7-9501-1e3782356e0f",
            "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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34