Connector with 2 urlencoded input parameters
We need to integrate with an API in Pega which accepts 2 urlencoded input parameters : InputKey1=value1 and InputKey2=value2
API Content-Type Header : application/x-www-form-urlencoded
Through Pega REST connector wizard, using POST API and payload as "InputKey1=value1&InputKey2=value2" we get successful responses.
However, on saving the connector, Pega takes only InputKey2. InputKey1 goes missing from saved connector.
We are unable to manually add a new Message Data key-value pair as there is no add symbol for message data in POST.
Tried and stuck similarly even with manually creating Connect-HTTP and Connect-REST.
How should we configure this requirement in Pega? Please help.