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: