• 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 form

    The API that I’m talking to is this one:
    http://www.licensespot.com/help/rest-api

    I 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

    • This topic was modified 8 years, 1 month ago by brinkz0r.

The topic ‘Send multiple REST API calls’ is closed to new replies.