Are workflows reliable? What about delivery failures?
Workflows use a cron-based execution engine with built-in safeguards:
- Idempotency keys prevent duplicate sends
- Failed deliveries are retried up to 3 times with exponential backoff
- Every execution is logged with status (pending, completed, or failed)
- Full error details available for troubleshooting