Is it possible to have Jmeter return the final results of a set of HTTP request responses to a webhook URL?
For example: I have a mini Journey created with several HTTP request / responses. The final HTTP request response body is retrieved using getResponsesData and using PostProcessor Groovy, I determine whether test passed or failed. I like to integrate that with webhook url how can I do that?