Smart Workflows
Built-In Notification Logic
Intelligent notification handling and delivery optimization.
Batch & Digest
Group Similar Notifications
- Build digest notifications, combining various notifications into one
- Reduce cognitive load for your users and improve user experience
Hourly
Daily
08:00 am
Weekly
Monday 09:00 am
Monthly
1st 09:00 am
Schedule & Expire
Replace Cron Jobs
- Schedule notifications for the future
- Dynamic expiry for in-app notifications
notificationapi.send({type: "welcome",to: {number: "+1234567890"},schedule: "2027-08-29T00:09:00.000Z"})
Deduplication & Throttling
Prevent Mistakes
- Deduplicate notification detection and dropping
- Throttling per user and per notification type
Throttling
Limit notifications per user
Deduplication
Stop sending the same notification multiple times
Workflows (Beta)
Fallback
Automatically switch to alternative channels if primary fails
Escalation
Escalate notifications if not acknowledged within timeframe
IFTTT
Trigger different notifications based on custom conditions