add http query param

Add Query Parameter

Version: 17.01

Supported Since: 17.01

What is an Add Query Parameter Processor?

Add Query Parameter Processor is a processing element which can be used to add a query parameter to an integration flow message which is supposed to send out using a HTTP egress connector.

Sample Use Case

In the following diagram (figure 1) there is an integration flow which takes the message in from a http ingress connector and sends it out to a another http endpoint using http egress connector. The requirement is to add a query parameter to the HTTP request which sends out from the egress connector.

I have added an Add Query Parameter processing element before the egress connector with the configurations as shown in the figure 2

add_query_param_sample
Figure 1: add_query_param_sample

Configuration for the Add Query Parameter element is as follows. To add a query parameter, we give the new query parameter name and the value

add_query_config
Figure 2: add_query_config

Out Ports

Next

The message will be sent to this outport if adding query param is successful

On Exception

The message will be sent to this outport if the processing element failed in adding query param operation

Parameters

Query parameter name *

Basic

The name of the Query Parameter

Query parameter value *

Basic

The value of the Query Parameter

In this topic
In this topic
Contact Us