Basic Debugging
To debug the integration between ClearWork and ClearProcess, follow these steps.
Step 1
In ClearWork, go to the page that calls the API you wish to debug, then open your browser’s developer tools.

Step 2
Click on the Network tab in the developer tools window.

Step 3
From your page, trigger the action that will call the ClearProcess API.

Step 4
Wait for the API call to finish, then click on the last rpc/ entry and click on Headers. Drill into the Request Payload to see the data that was passed from ClearWork to ClearProcess.

Step 5
Click on the Preview tab. Drill into the response to see the data passed back from ClearProcess to ClearWork.
