workflows.fit
Back to n8n workflows
n8n templateFreeBy KlickTipp

Automate Zoom attendee segmentation in KlickTipp based on participation

![Zoom Meeting participants transfer to KlickTipp.png](fileId:2686) Community Node Disclaimer: This workflow uses KlickTipp community nodes. Introduction This workflow automates the end-to-end integration between Zoom...

DevelopmentCore NodesUtilityCryptoSetRespond To WebhookIf
Loading interactive preview...

Template notes

![Zoom Meeting participants transfer to KlickTipp.png](fileId:2686)

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

Introduction This workflow automates the end-to-end integration between Zoom and KlickTipp. It listens to Zoom webinar events (specifically meeting.ended), validates incoming webhooks, retrieves participant data from Zoom, and applies segmentation in KlickTipp by subscribing and tagging participants based on their attendance duration.

This enables precise, automated campaign targeting without manual effort.

---

How It Works

1. Zoom Webhook Listener - Captures meeting.ended events from Zoom. - Validates initial webhook registration via HMAC before processing.

2. Webhook Response Handling - Distinguishes between Zoom’s URL validation requests and actual event data. - Sends appropriate responses (plainToken + encryptedToken for validation, or simple status: ok for regular events).