Setting parameters through webhooks
Set parameters (key-value pairs) through the webhook URL directly.
Procedure
Append the parameter at the end of the webhook URL.
Your webhook URL is
https://envabc.a-vir-r2.int.ipaas.automation.ibm.com/runflow/v1/webhook/test/1SifSooR8s
and you want to pass the value apple under the parameter fruit. You can do
so by running the following webhook URL:
https://envabc.a-vir-r2.int.ipaas.automation.ibm.com/runflow/v1/webhook/test/1SifSooR8s?fruit=apple.Now, if you want to use this value in any operation, use {{$request.body.fruit}} in the given field.