We have an email verification app that enforces people to verify and confirm their email addresses before proceeding with event registrations on the CVENT site.
The user receives the code via provided email address and then passes in the verification page. Once this is confirmed, the app uses secure HTTP POST CVENT feature to send user's data to CVENT.
This works fine. However, now we want to implement different verification links for different registration types.
Here are examples of the flow:
- An exhibitor receives a link A to the verification app. After the verification they are redirected to full CVENT registration page of the "exhibitor" registration type
- A sponsor receives a link B to the verification app. After the verification they are redirected to full CVENT registration page of the "sponsor" registration type
- Everyone else receives a generic link C to the verification app. After the verification they are redirected to full CVENT registration page of the "industry" registration type.
We've tried experimenting with different HTTP POST fields according to https://developers.cvent.com/docs/http-post/reference/fields but none of them solve this problem.
We've also tried to use REST API to create contact record in CVENT, create/update attendee for the specific event with the appropriate "registrationPath", and then submit HTTP POST. Some tries it worked until the HTTP POST was send and the user was redirected. After that, this information was cleared from the record. Other times even API requests with correct registration path or type didn't populate these fields.
Does anyone have any idea how to ensure that attendees end up having a specific registration type in CVENT after our email validation process finishes?
#Registration------------------------------
Dawid Czarnecki
Cybersecurity Specialist
Zigrin Security
------------------------------