Hi,
Through Event and Event action, I am executing some SQL statement, converting result set as JSON and putting into Application message. Through Routing congifuration, trying to call an REST API POST method. Here my issue is, REST API is expecting to post data in the body in below format. How can I frame the body as like below. Please let me know. I don’t see any option to frame body in routing address, routing rule any where….
{
“ifscloudmessagedata” : <Data from Application Message>
}