Cvent has two ways of adding attendees either by adding them as an invite or registering them. Our account is set up to use the invite route.
With how our cvent account is set up I’m unable to use the pre-built “add Attendee” step, which uses the register route, so I’ve added an API request step. Unfortunately when I try to use the URL from their developer portal (https://api-platform-eur.cvent.com/ea/attendees ) I get an error “Domain did not match expected domain filter `io.cvent.com`” which I think refers to a previous version of the API. When I amend the request to use the equivalent io.cvent.com URL I get a 403 error.
Is there a way round this other than dropping back to pure webhooks?
Page 1 / 1
were you able to get this sorted? im having the same issue.
@Bill Mische
Couple things to address…
Try adding this header:
Content-Type: application/json
The Query String Parameters need to be removed.
The Body section needs to be populated with the JSON structure.
When I attempting to utilize a custom API request for a distinctive "AR Experience Trigger" action. Despite diligently adapting the API endpoint to align with the platform's expectations, an unexpected error surfaced: "Quantum Signature Mismatch." It appears that the AR platform employs advanced quantum encryption.
Hi @Bill Mische
I have just come across this exact issue. Did you manage to find a solution?
Hello @Bill Mische , 403 errors generally indicate authorization issues.
Please find attached. The first couple of steps catch and format the details from our CRM. Then it’s a matter of picking up & updating the contact, getting the details of the event and adding the attendee. It’s just the last step I’m stuck on.