MONITORING AND ALERTING
Set up alerts and monitor webhook delivery health.
EMAIL ALERTS
await ph.application.update(appId, {
alerts: {
email: ['ops@example.com'],
triggers: [{ type: 'failure_rate', threshold: 10 }]
}
});
Set up alerts and monitor webhook delivery health.