Hi,
in the past, I was using a simple webhook to add new registrants to a webinar using API.
The webhook was pretty simple really:
URL: …/webinar/register/{webinar ID}
Method: POST
Payload: first_name=Adam&last_name=Smith&email=adam.smith@gmail.com
That was working really well, but it seems that this approach doesn’t work anymore. Can someone confirm it? Is there any other easy workaround or do I need to use this approach?
Thanks,
Jan