Send multiple REST API calls
-
Hi there,
I’m trying to let visitors start a trial for my software using a form on my website. After submitting the form (name, company and email) I’d like to:
– Send a POST request to create a customer
– Receive an xml response on that request
– Use the customer id in the response to create a second request to add a license to that customer
– Set a success/fail response in the formThe API that I’m talking to is this one:
http://www.licensespot.com/help/rest-apiI don’t really know how to get started with this. There are plugins to create a single POST after submitting, there’s a plugin that can create a webhook that calls a Zapier method. I wouldn’t mind writing some php or javascript, I just don’t know where to start.
Thanks in advance
The topic ‘Send multiple REST API calls’ is closed to new replies.