Hello, I’m very new to stackstorm and the last few days I was looking in the documentation and the forum for information regarding the different kindes of variables.
I have a webhook and am posting data to the url like
curl -X POST -H “[api-key]” -d “{“key1”:“value1”}” // from Windows
But how do I access this “key1” value in the action of my webhook?
I have something like this:
…
“action”: {
“ref”: “core.echo”,
“parameters”: {
“message”: “print {{ key1 }}”
},
…
Does anybody have more information regarding all kinds of available variables and specially the ones that are transmitted using a webhook?
Regards
Harald