AgentMark’s alert system allows you to monitor critical metrics for your applications and get notified when certain thresholds are exceeded. This helps you stay informed about your application’s performance and potential issues.
Enable the “Use Webhook” option when creating an alert
Configure your webhook endpoint in the Developers section of your application
Alerts will be sent as HTTP POST requests to your endpoint with alert details in the request body
For detailed information on implementing and configuring webhooks, including the exact payload format and handling instructions, see the Test Webhook documentation.