Http Connector Process for REST

Hi ,

I was looking for an example for Http Connector Process for REST, Also Please let me how Can i do this using camunda modeller

Please assist

Thanks,
Sri

Take a look through this post:

There is a example bpmn file of get and post. See the adjustment in the notes/comments for the post. There was a typo regarding the content-type header.

1 Like

How Can I pass execution variable directly into the payload for http-connector. Please assist

{
“variables”:
{
“process”: {“value”: “test”, “type”: “string”},
“TransactionIdValue”: {“value”: “${execution.getVariable(“transactionId”)}”, “type”: “string”}

}

}