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.
...
Name: Name of the interaction variable to store response data
Jsonpath: For the response object, define the JSON path to the desired data
Leave blank to store the entire response object
Or use JSON pathing such as $.results[0].firstName
Fire And Forget
...
Use (Toggle)
Off: Panel will wait, up to the specified timeout, for a response from the integration endpoint before proceeding through an output path
On: Panel immediately executes an output path, ignoring any integration endpoint response
Use Variable
Specify the interaction variable for boolean evaluation. Panel execution will evaluate to TRUE (fire and forget) only for values of “1” or “true”. In all other cases, the evaluation will return FALSE causing the panel execution to wait for the integration endpoint to respond or timeout.
...