Combined Private URLs into one

Q: Can I combine two Private URLs into one?

A: Yes, EventNook allows you to combine multiple private ticket types into a single Private URL using a special separator.


Instruction: How to Combine Multiple Private Ticket Types into One URL

1. Understand Private URLs:

Each private ticket type has a unique Private URL that looks like this:

  • https://reg.eventnook.com/e/{event_id}/{ticket_key}

Example:

  • https://reg.eventnook.com/e/eid_Mzc1tzDSdXRzMjYBAA/student

  • https://reg.eventnook.com/e/eid_Mzc1tzDSdXRzMjYBAA/workshops

2. Use the Tilde (~) Separator:

To combine ticket types in one URL, use the tilde ~ symbol between the ticket keys.

Combined Format:

https://reg.eventnook.com/e/{event_id}/{private_URL_key1}~{private_URL_key12}

Example:

bhttps://reg.eventnook.com/e/eid_Mzc1tzDSdXRzMjYBAA/student~workshops

✅ Result:

When this combined URL is accessed, the registration page will display both "Student" and "Workshops" ticket types, even though they are hidden from the public event page.


💡 This feature is helpful when you want to provide select groups with access to multiple hidden ticket types in a single link.

Let me know if you'd like to add error handling or validation cases!

🔗 Use the tilde ~ symbol to join multiple private ticket keys in the URL.

Last updated

Was this helpful?