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