Environment Information:
- Grafana Version: v12.0.0
- Operating System: Linux
Objective:
Configure a webhook contact point to forward alert messages to our monitoring system via POST requests with ‘name’ and ‘desc’ parameters in the custom payload.
Successful Test Case:
Verified message delivery using Postman with the following successful implementation:
Current Implementation Attempt:
Configured Webhook Contact Point with custom payload to match Postman’s working configuration:
Issue:
The webhook contact point fails to deliver messages despite matching the Postman configuration that worked successfully.
Expected Behavior:
The webhook should deliver messages to our monitoring system with the same parameters and format as the verified Postman implementation.
Could someone assist me with this configuration issue? I’d greatly appreciate any guidance.