Best answer

How to send a CURL Request with dynamic values?

  • 15 December 2021
  • 6 replies
  • 1370 views

Userlevel 1

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:
 

 

icon

Best answer by mzsadiek 20 December 2021, 14:55

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Userlevel 3
Badge +4

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?

Userlevel 7
Badge +14

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?

Userlevel 1

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!

Userlevel 3
Badge +4

@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

Userlevel 3
Badge +4

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.

Userlevel 1

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 🎁