Notifications & Webhooks

Get alerts and send server events to external tools.

Updated 2026-08-07 notificationswebhooksalerts

Notifications keep staff aware of important changes. Webhooks can forward selected events to Discord, automation services, or your own application.

Choose the Right Signal

  • Use in-app notifications for team awareness.
  • Use webhooks when another system needs to react automatically.
  • Avoid forwarding noisy events that do not lead to an action.

Secure Delivery

Keep webhook URLs private, verify signatures when available, and make receivers idempotent so repeated deliveries do not duplicate an action.