Testing Your Tools
Use the built-in test runner on the Interactly platform to verify your tool is configured correctly before going live.Open the Test Panel
Navigate to your tool and click the Test Tool tab to open the testing interface.

Review Tool Details & Fill Parameters
You will see a detailed view of your configured tool. Any parameters defined for the tool are listed on the left side — fill in the required values before running the test.

Run the Test
Once all parameters are filled in, click Run Test to send a request to your server endpoint.

Review the Response
Check the response returned by your endpoint.
Success Response
Success Response
A correctly configured tool will return a 
200 status with the expected payload from your server.
Wrong Method Error
Wrong Method Error
If your endpoint does not accept the HTTP method being used (e.g., sending 
Fix: Go back to your tool’s server configuration and ensure the correct HTTP method (e.g.,
GET instead of POST), you will see a method-not-allowed error like below.
POST) is selected.Wrong Authorization Header
Wrong Authorization Header
