The Messages module in Bridge allows you to test or execute a specific task directly through the Bridge connection.
Create and execute a Message
To execute a message in Bridge:
In Qntrl, navigate to
(settings) >> Advanced >> Bridge, and click Messages. Click New Message.
In the New Message window, enter the following details.
Name: Enter a unique name for the message, so that it can be reused by different Bridges when required.
Bridge ID/Cluster ID: The dropdown lists all available bridges and load balancing clusters.
Module: Select a module from the dropdown. Modules are listed service-wise, and the related tasks appear automatically. When a new Bridge is created, the Core service and modules under it are associated by default.
Task Engine – Executes API tasks in third-party or internal applications.
DB Engine – Performs SQL queries in databases within a private network.
SSH Engine – Executes commands on remote Linux/Unix systems.
PowerShell Engine– Executes commands on remote Windows systems.
AD Engine– Performs secure operations in Active Directory.
Task: If the selected module includes subtasks, choose the relevant task.
Request Data: Enter task instructions in JSON format.
Click Sample JSON at the bottom of the editor to load a predefined structure (meta data) for the selected module and task.
If needed, modify the resource_name and other key parameters manually.
Refer to the Bridge Modules section or details on supported parameters. Once all the details are filled, click Execute to run the message.

After execution, the response will be available in the Response tab.
View / Modify / Execute Message properties
After execution, all messages are listed under the Messages page for review and tracking.
You can view, modify, and execute the Messages sent to the bridge.
Navigate to
(settings) >> Advanced >> Bridge, and click Messages. The messages will get listed.
You can filter messages based on service and modules by clicking the filter icon in the respective columns.

On the Message list page, click on the Message ID to view its properties.
The details of the selected Message will be displayed. You can view/edit the properties of the fields (Bridge, Type, Request Data, etc.) of the message here.
If you wish to execute the message, Click Execute.
The response of the last execution will be available in the Response Data tab.

To view the full response (for synchronous message types) or verify the server call from your Bridge Agent:
Navigate to
(settings) >> Advanced >> Bridge and select Bridge. Hover over the bridge name, click the action menu, and select Open Agent.
This will direct you to the Bridge Agent login page. Log in with your Username and Password. Learn more about Bridge Agent. Navigate to the Messages section in the Header bar.
Use the dropdown menu to view message logs and responses.

Delete a Message
Navigate to
(settings) >> Advanced >> Bridge >> select Messages.
Hover next to the ID of the message you want to delete, click the mouse over action menu, and select Delete.
The configured bridge message will be deleted.