Manage Your Tool¶
Sync/Async Mode Setup¶
You can set the sync/async mode configuration for the tool endpoint. If you change the mode, you must redeploy the tool. The key difference is that synchronous mode blocks the client until the response is received, while asynchronous mode allows the client to continue working while the integration processes the request.
Steps to enable and configure the asynchronous mode:
- Log in to your account and click Tools from the list of modules.
- Click the Tools tab on the top navigation bar, and select the tool to modify its configuration. The Tool Flow page is displayed.
-
Click Configurations in the left navigation and then click Setup sync/async.

-
The Sync/Async mode setup pop-up displays with async mode disabled by default.
-
Synchronous mode timeout: The allowed range is 60 to 300 seconds (5 minutes). The default is 180 Seconds (3 minutes). The endpoint will trigger a timeout error if the request is not completed within the selected time frame.

-
Asynchronous mode configuration: Turn on the Enable async toggle and do the following:
- Provide the URL of your external application to which messages are to be delivered.
- Enter the access token generated by the external application.
- Set the Asynchronous mode timeout duration:
- Click Save.
Note
Timeout precedence: Tool timeout > Node timeout > Model timeout.
-
-
If you have changed the mode, you must redeploy the tool: Go to Tool endpoint in the left navigation and click the Deploy button on the top-right corner of the page.
Undeploy the Tool¶
You can undeploy the tool if it's no longer in use. Undeploying the tool will result in an immediate disconnection from all active instances. Click Proceed to undeploy on the Configurations page and follow the on-screen instructions.
Delete the Tool¶
You can delete an undeployed tool. Deleting the tool will remove all the associated data. Click Proceed to delete on the Configurations page and follow the on-screen instructions.
