Updated Webhook (markdown)

Stef Heyenrath
2021-03-09 17:13:18 +01:00
parent d3df44555f
commit f5b372638c

@@ -54,6 +54,7 @@ Or via posting this mapping:
}, },
"Response": { "Response": {
"Body": "<xml>ok</xml>", "Body": "<xml>ok</xml>",
"StatusCode": 201,
"Headers": { "Headers": {
"Content-Type": "application/xml" "Content-Type": "application/xml"
} }
@@ -65,7 +66,7 @@ Or via posting this mapping:
"Headers": { "Headers": {
"x": "x-value" "x": "x-value"
}, },
"Body": "ok - RequestPath used = {{request.path}}", "Body": "ok - RequestPath used = {{request.path}}, RESP = {{response.StatusCode}}",
"UseTransformer": true "UseTransformer": true
} }
} }