Skip to main content

Automatic Eventbrite attendance tagging in KlickTipp

Workflow preview

Workflow preview
100%
Automatic Eventbrite attendance tagging in KlickTipp preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

️ Community Node Disclaimer This workflow uses KlickTipp community nodes and works only on self hosted...

Best for

  • Social Media automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-klicktipp.klicktipp, n8n-nodes-base.switch, n8n-nodes-base.splitout, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by KlickTipp.

Original n8n.io source

1.1 Workflow description

Title
Automatic Eventbrite attendance tagging in KlickTipp
Workflow name
Automatic Eventbrite attendance tagging in KlickTipp

> ⚠️ Community Node Disclaimer
> This workflow uses KlickTipp community nodes and works only on self-hosted n8n instances.

Introduction

Automate attendance tracking for Eventbrite events and sync participation data to KlickTipp.
Every 15 minutes, this workflow retrieves attendees, checks who attended, and applies the right segmentation tags.
Perfect for event marketers who want real-time post-event segmentation—no manual exports needed.

Who’s it for

For event organizers, digital marketers, and KlickTipp users who already sync Eventbrite registrants and want to automatically track attendance and update CRM tags.

> 💡 Prerequisite: Contacts must exist in KlickTipp.
> Use the related workflow “Subscribe Eventbrite orders to KlickTipp” to import registrants first.

How it works

  1. Schedule Trigger runs every 15 min.
  2. Eventbrite API fetches the latest attendees.
  3. Split Out processes each record.
  4. Switch (Attendance Check) evaluates checked_in:
    • Checked inEventbrite | Participated
    • Not checked inEventbrite | Not participated
  5. KlickTipp Nodes apply tags automatically.
  6. Segmentation in KlickTipp updates instantly.

Requirements

  • Self-hosted n8n (community node support)
  • Eventbrite account (OAuth2)
  • KlickTipp account (API access)
  • Tags in KlickTipp:
    • Eventbrite | Participated
    • Eventbrite | Not participated

How to set up

  1. Connect accounts: Eventbrite (OAuth2) & KlickTipp (API).
  2. Set Event ID: edit Eventbrite node URL → /events/{event_id}/attendees/.
  3. Update Tag IDs: replace with your KlickTipp IDs.
  4. Test: run manually or wait for trigger; verify correct tags.

> ⚠️ Important: Eventbrite must record check-ins via the Organizer App or barcode scan for accurate tagging.

How to customize

  • Adjust trigger frequency (e.g., 5 min during event).
  • Duplicate for multiple events.
  • Extend logic for ticket type, VIP, or refunds.
  • Combine with Eventbrite Order Sync for a full funnel:
    Registration → Participation → Refund.

Campaign expansion ideas

  • Refund tagging: detect refunded: true and tag accordingly.
  • Post-event automation:
    • Participated → thank-you or upsell sequence.
    • Not participated → replay or follow-up invite.
  • Performance insights: use tags for segmentation analytics and ROI tracking.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Trigger every 15min

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Tag contact for non attendance

Type / Role
n8n-nodes-klicktipp.klicktipp - klicktipp
Config choices
Version 3

Block 3 - Attendance check

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 4 - Split attendee list

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 5 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - List Evenbrite attendees from event

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Tag contact for attendance

Type / Role
n8n-nodes-klicktipp.klicktipp - klicktipp
Config choices
Version 3

Block 10 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automatic Eventbrite attendance tagging in KlickTipp
Complexity intermediate
Nodes 11
Categories Social Media
Author KlickTipp
Published 22 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10028/10028.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automatic Eventbrite attendance tagging in KlickTipp do?

️ Community Node Disclaimer This workflow uses KlickTipp community nodes and works only on self hosted...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.