update
This commit is contained in:
12
readme.md
12
readme.md
@@ -7,3 +7,15 @@
|
|||||||
测试提交7
|
测试提交7
|
||||||
测试提交8
|
测试提交8
|
||||||
测试提交9
|
测试提交9
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"header" : {{ JSON.stringify($('Webhook').item.json.headers) }},
|
||||||
|
"params" : {{ JSON.stringify($('Webhook').item.json.params) }},
|
||||||
|
"query" : {{ JSON.stringify($('Webhook').item.json.query) }},
|
||||||
|
"body" : {{ JSON.stringify($('Webhook').item.json.body) }},
|
||||||
|
"webhookUrl" : {{ $('Webhook').item.json.webhookUrl }},
|
||||||
|
"executionMode" : {{ $('Webhook').item.json.executionMode }}
|
||||||
|
}
|
||||||
|
|
||||||
|
{{ JSON.stringify($('Webhook').item.json) }}
|
||||||
Reference in New Issue
Block a user