How to set a contact point with Zoom Webhook?

  • What Grafana version and what operating system are you using?
    grafana-9.4.3
    Docker on debian 11
  • What are you trying to achieve?
    Configure webhook to get alerts on Zoom

Hi, my request works with :
curl ‘https://inbots.zoom.us/incoming/hook/XXXXXXXXXXXXXX’ -X POST -H ‘Authorization: yyyyYYYYYYddd’ -d ‘Hello World!’
When I set the contact point i got a error

webhook response status 400 Bad Request

Any idea?
Regards

Ok, i managed to get the zoom’s webhook working, but how can i configure the body of the webhook ?