Notification infrastructure for every event your product fires. Channels, event subscriptions, message templates, and a full delivery audit trail — the notification layer every product eventually has to build, already built.
curl -X POST https://notify.axceed.my/api/v1/events \
-H "Authorization: Bearer ntfy_live_..." \
-H "Content-Type: application/json" \
-d '{"event": "deployment.failed", "data": {"service": "checkout-api"}}'