Storing internal invitee data with Custom Query Parameters
Learn how to associate internal data with your events by adding custom query parameters to your Zeeg links.
When customers book meetings, you can connect their bookings to specific internal data, like customer IDs. This simplifies the booking process by removing the need to request information you already possess.
Requires Business plan subscription or higher.
How to Use Custom Query Parameters:
Add key-value pairs to your Zeeg links, prefixed with c__
.
Example:
zeeg.me/caroline?
c__customer_id=4122123
Example:
zeeg.me/caroline/30min?
c__leadId=HA342
Viewing the information
After the event is booked, you can see the associated information in:
The event confirmation email.
The event details on your Zeeg dashboard.
The webhook payload, if subscribed.
Your Custom Query Parameters and their stored values are also available as variables for Event Notifications and Workflows.
Last updated