hey folks , i am using wirmock standlone server w...
# general
s
hey folks , i am using wirmock standlone server with postman , in mapping file i have 2 json file and in my Json i am using postServerAction . { "request": { "urlPath": "/", "method": "POST" }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "jsonBody": { "responseId": "123456" } }, "postServeActions": [ { "name": "webhook", "parameters": { "method": "POST", "url": "/", "headers": { "Content-Type": "application/json" }, "body": "{ \"requestId\": \"{{jsonPath request.body '$.requestId'}}\" }", "response": { "jsonBody": { "message": "Callback request processed successfully" } } } } ] } when i am hitting the endpoint then getting response as responseId-12345 i am not confirmed my callback is hitting or not,how can i verify ?
o
Hello. Could you please move this message to #help?