Webhook url integration for error notification in Opendistro ISM

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

Opendistro 7.6.1

Describe the issue:
Hey, We are trying to send alert notification through webhook for error notification in Opendistro ISM. We are using OD 7.6.1. Webhook URL section also gives below fields to configure.
custom_webhook": {
“path”: null,
“header_params”: {
“charset”: “utf-8”,
“Content-Type”: “application/json”
},
“password”: null,
“scheme”: null,
“port”: -1,
“query_params”: { },
“host”: null,
“url”: “”,
“username”: null,

Whereas it doesnt allow to give body. How do we provide the body parameters?
I have tested the URL in postman and it works only with the body parameters. Hence, looking for a solution how we give the body in “destination” section.

We have tried giving it in query parameters. But the issue is the body is in json format. ISM is not allowing to enter json in “query_params” section.

Configuration:

Relevant Logs or Screenshots:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.