Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The “Integration” panel is a quick, easy way to connect to 3rd party systems within your Logic+ flow. This panel executes a defined request to a configured generic integration (Admin > Configuration > Integrations) and is useful to push or pull data between Sharpen and an available RESTful API.

...

  • Default: Generic Integration request received a valid response

  • Invalid Input: One or more of the configuration inputs was invalid

  • Timeout: Timeout duration was was met

Note: The default timeout for this panel, if none is set, is 1 second

...

After running, you’ll see the API status code and the entire JSON response. Click on an element within the response (e.g. “90” in the screenshot below) and that element will automatically be set as a variable with the json JSON response. This makes setting variables significantly easier if you have complex json JSON responses or arrays.

...

If the value itself is important, clicking the clipboard icon will copy the specific value. (e.g. you’ll get the value “90” copied to your clipboard.)