Test Message Tab
Purpose:
- Simulates real input data
- Helps test mappings, conditions, and transformations
- Validates flow logic before deployment
- Assists in debugging
How It Works
- You define a sample XML structure in the Start Unit.
- When you test the flow, the system uses this XML as the input.
- The flow processes the data as if it were triggered by a real trigger (API, queue, timer, etc.).
Key Points:
- It is used only for testing
- It does not affect production execution
- The XML structure should match the expected input schema
This section explains how to work with the XML message of your automation. This message allows you to test your automation. The Test Message (XML) is a sample input payload used to test and simulate the flow execution during development. It allows you to validate how the flow behaves without needing an actual external trigger.
- To access the Test Message tab, click on it.
- The panel exhibits the Test Message (XML). This XML will serve as the default test message, containing the requisite XML structure. Nonetheless, modifications to the XML are permissible as needed.
- Above the message, a drop-down list displaying the XML names—shown below—is available. You may select any other XML for your purposes. Please be advised that the drop-down will only list the XMLs you have created.
- Adjacent to the drop-down, a (+) icon is available to create a new XML.
- Beneath the drop-down, a toolbar is provided to assist with XML modifications.
Add a new XML
- To add a new XML file, click the (+) icon shown on the screen.
- Upon clicking the icon, an Add Test Message pop-up will appear.
- Enter the desired name in the Name field and click the Add button.
- Once you click the Add button, the system will generate the structured XML and display it on the screen.
- By default, the newly created XML will be selected in the drop-down.
- To save the XML, click on the Save button provided in the action area of the screen.
Modify the Existing XML
- Once you have created an XML file, you can modify it as needed.
- A toolbar is provided on top of the XML file, and you can make use of that to modify the XML. Refer to the Toolbar article to know how to use the toolbar.
- Start modifying the file directly on the screen. Once modified, click on the Save button.
HTTP Parameters Tab
Upon clicking the unit, the Start Unit property panel will open. The HTTP Parameters tab will appear only if the HTTP trigger is configured. This tab lets users define static HTTP headers and query parameters that the integration passes with incoming requests. The panel is split into two collapsible sections: Header and Query.
You can define one or more static HTTP headers or query parameters by entering key-value pairs. They can add as many rows as needed using the ⊕ button, remove individual entries with the delete icon, and collapse either section to reduce visual noise. These parameters are sent in the HTTP request when the Start unit triggers the integration flow.
A collapsible section for defining HTTP request headers.
- Collapse/Expand chevron (^) — Click to collapse or expand the Header section.
- Key field (required *) — A text input where the user enters the header name. In the example, the value is H1.
- Value field (required *) — A text input where the user enters the header value. In the example, the value is 001.
- Delete icon (trash/bin) — Appears to the right of a filled key-value pair. Click to remove that header entry.
- Second Key / Value pair (empty) — A blank entry row with placeholder text Key and Value. Users type here to add a new header parameter.
- Add icon (⊕) — Click to add another key-value pair row to the Header section.
Query Section
A collapsible section for defining HTTP query string parameters, structured identically to the Header section.
- Collapse/Expand chevron (^) — Click to collapse or expand the Query section.
- Key field (required *) — A text input for the query parameter name. In the example, the value is Q1.
- Value field (required *) — A text input for the query parameter value. In the example, the value is 01/02.
- Delete icon (trash/bin) — Removes the filled query parameter entry.
- Second Key / Value pair (empty) — A blank row for adding a new query parameter.
- Add icon (⊕) — Click to append another query parameter row.