API Call

This steps makes an APICall. You can proxy this request across the Data+Server.

Request

For your request you can configure the following:

  • URL & Method
  • Body
  • Query Headers - key value pairs of headers
  • File Download - if a file as the response should be downloaded.
  • Proxy - if the request should be proxied through the Data+Server. The certificate can be ignored if invalid.
  • No Cors - if Cross Origin Request should be allowed. (Only if not proxied)

Variables

You can configure Variables using Stepdata in the Variables Tab. These can be used in every relevant field by using the $(varname) syntax.

Error Handling

If the Step fails an message and some buttons may appear to handle the error:

  • Restart Chain - Restarts the chain from the beginning.
  • Retry Step - Retry the APICall.
  • Continue - Skip the APICall and continue with the next step.
  • Show Error - Show the user a message.