Send alerts to Spectrum console with Curl

Hello, I am using grafana v9, I am trying to send alerts to a spectrum console via curl, I see that I do not have the possibility of using it from the contact points, has anyone been able to do something similar? do you have any documentation?

Is this for Broadcom DX NetOps Spectrum?

Grafana doesn’t support calling arbitrary HTTP endpoints and reformatting responses for them. There are two approaches I’ve seen people take.

  1. File an issue requesting a contact point for your use case. The Grafana team will have to decide whether it makes sense to take on the maintenance burden for the type.
  2. Create an adapter process that accepts Grafana Webhook notifications and translates them to the required format and makes the request.