Docs / Guides / Monitoring and Alerting
10 min readIntermediate

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 }] } });
All Guides Documentation