Skip to main content

I would like to send use this CURL Request:

curl --data "api_key=demokey&webinar_id=demo123&first_name=FirstName&last_name=LastName&phone_country_code=1&phone=1234567890&email=test@email.com&schedule=0" https://api.webinarjam.com/everwebinar/register

 

Some of the data (eg. first name) will be given from a trigger.


Unfortunately I am a total newbie and don’t know how to do this.

Please HELP me!

I tried this - but it’s not working:
 

 

Hi @MartinA. !  Take a look at: https://documentation.webinarjam.com/category/webinarjam-api/

 

Are you sure you have filled in all required details for the POST request?


Hi @MartinA. 

Have you tried testing the WebinarJam API request?

Are you getting errors back from WebinarJam for the request?

If yes, what is the returned error message?


Hi @MartinA. !  Take a look at: https://documentation.webinarjam.com/category/webinarjam-api/

 

Are you sure you have filled in all required details for the POST request?


Hi @mzsadiek yes i did take a look at: https://documentation.webinarjam.com/register-a-person-to-a-specific-webinar/

And i have filled in all the required details for the POST request.

 

Hi @MartinA. 

Have you tried testing the WebinarJam API request?
YES I DID.

Are you getting errors back from WebinarJam for the request?
No I just get this back - see screenshot below.

If yes, what is the returned error message?
see above


 

The result seems to be a page - but the desired entry of registrant isn’t happening.

I tried a competitor of Zapier yesterday as the offer WebinarJam as an app as well and there i can use the API integrated as an Action to the app. So i know it works. I just really like Zapier and would like to get it done here.

Please help!


@MartinA. If you want me to take a look at it, send me a message and I’ll try to help you on Zoom/Teamviewer


For other people looking for the answer: the solution was first to make a POST request to get the webinar id & schedule id, and then use those variables in the second POST request to add the user to Webinarjam.


For other people looking for the answer: the solution was first to make a POST request to get the webinar id & schedule id, and then use those variables in the second POST request to add the user to Webinarjam.

Thank you once again for the help and merry Christmas 🎁