Learn how use Make to connect Tightknit event registration to Zoom.
Create a new Scenario
Add the Webhook trigger
Create a webhook
button. Give the webhook a name such as “Webhook for Tightknit Events” and click Save.Copy the Webhook URL
Copy address to clipboard
button.Register the Webhook URL with Tightknit
Get Zoom Meeting ID
Register the Zoom ID with your Tightknit Event Webhook
Events
button in the app home or by typing the \events
command. Click the •••
menu next to your event and select Edit
.Test the Tightknit Webhook
Run once
button.•••
menu next to your event and selecting the registration option.Verify Data Received by Make
1
bubble above the webhook module. This will show you the data that the webhook received from Tightknit.Add Zoom Module to Scenario
+
action by hovering over the side of the webhook module. Search for “Zoom” and select the “Add a Meeting Registrant” or “Add a Webinar Registrant” action, depending on your event type.Configure Zoom Module
custom_metadata
option associated with the webhook trigger sample data.user: email
.user: first_name
.Save and Enable
BONUS: Add Branching Logic for Register vs. Unregister
status
field of the Tightknit webhook data.Click on the wrench icon in between the Webhook and the Zoom actions. Select the Add a router option. In order to add a new branch to the flow, click the Router module itself. On each of the branches, click on the wrench icon and select Set up a filter.status
is equal to “registered”.status
is equal to “unregistered”.status
is equal to “registered”.