Hello,
We want to send alerts that comes from Grafana to webex chatroom via webhook.
Although we did configuration that mentioned on Grafana user manual we get error like this
"t=2021-09-24T11:35:38+0300 lvl=eror msg=“Failed to send webhook” logger=alerting.notifier.webhook error=“Webhook response status 400 Bad Request” webhook=“UAT COREBANKING ALERT”
t=2021-09-24T11:35:38+0300 lvl=eror msg=“failed to send notification” logger=alerting.notifier uid= error=“Webhook response status 400 Bad Request”
t=2021-09-24T11:35:38+0300 lvl=eror msg=“failed to send notification” logger=alerting.notifier uid= error=“Webhook response status 400 Bad Request”
t=2021-09-24T11:35:38+0300 lvl=eror msg=“Failed to send alert notifications” logger=context userId=62 orgId=1 uname=umut error=“Webhook response status 400 Bad Request” remote_addr=x.x.x.x
t=2021-09-24T11:35:38+0300 lvl=eror msg=“Request Completed” logger=context userId=62 orgId=1 uname=umut method=POST path=/api/alert-notifications/test status=500 remote_addr=x.x.x.x time_ms=194 size=48 referer=https://community.grafana.com/alerting/notification/13/edit
However when we send alert manually by command like this "
curl -X POST -H “Content-Type: application/json” -d ‘{“text” : “Test33”}’ “https://webexapis.com/v1/webhooks/incoming/Y2lzY29zcGFyazovL3VybjpURUFNOmV1LWNlbnRyYWwtMV9rL1dFQkhPT0svYWU2MDQzMWMtOWNkZS00Y2E”
we get alert succesfully to our webex chatroom.
Do you have any idea to resolve this problem?
Regards.