curl --request POST \ --url https://api_url/alerts
Alerts API
Create alert
Create a new alert.
POST
https://API_URL
/
alerts
Create alert
Copy
curl --request POST \ --url https://api_url/alerts
This feature is coming soon. Available on the Pro plan.
Soon, developers will be able to create alerts programmatically using the Create Alert API. This lets you trigger, manage, and integrate alerts directly into your application logic.Common use cases include:
Error tracking: Trigger alerts when system or transaction errors occur.
Third-party monitoring: Alert on status changes from external services, payment processors, or APIs.
KYC workflows: Flag records that need additional verification or compliance review.
Balance thresholds: Alert when an account balance goes below or above a defined limit.
Anomaly detection: Flag unusual transaction patterns or unexpected spikes in activity.
Settlement delays: Alert when settlements or reconciliations do not complete on time.
Workflow exceptions: Flag records stuck in a pending, queued, or failed state.
Operational reviews: Mark transactions or accounts for manual review by ops teams.
Lifecycle events: Trigger alerts on key state changes like account activation, suspension, or closure.