Skip to main content
Best answer

How to send a CURL Request with dynamic values?

  • December 15, 2021
  • 6 replies
  • 1804 views

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:
 

 

Best answer by mzsadiekBest answer by mzsadiek

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.

View original
Did this topic help you find an answer to your question?
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

mzsadiek
Forum|alt.badge.img+5
  • Zapier Expert
  • 89 replies
  • December 16, 2021

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?


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30948 replies
  • December 16, 2021

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?


  • Author
  • Beginner
  • 2 replies
  • December 17, 2021
mzsadiek wrote:

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.

 

Troy Tessalone wrote:

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!


mzsadiek
Forum|alt.badge.img+5
  • Zapier Expert
  • 89 replies
  • December 17, 2021

@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


mzsadiek
Forum|alt.badge.img+5
  • Zapier Expert
  • 89 replies
  • Answer
  • December 20, 2021

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.


  • Author
  • Beginner
  • 2 replies
  • December 20, 2021
mzsadiek wrote:

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 🎁