In the consume and produce action, there is an input field for key and value but nothing for sending headers. We would like headers added to our message. Is there any way to access this functionality?
@ewilson thanks for the reply.This is what we ended up doing to solve:We were able to alter the produce action to accept a headers parameter, and include in the message contents.The headers parameter is a string of key/value pairs that get converted...