Add participants to webinars

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

Hi @Jan1,

I believe you might be referring to a legacy endpoint of ours. In order to add registrants to a webinar programmatically, you will need to utilize the API you’ve referenced here. I’m afraid we don’t support this via Webhook any longer.

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.