Automation recipes
Four small recipes cover the trigger families. Every run is stored in your own database with infinite history — no monthly task quota, no 30-day cap.
1. Webhook → record
POST a JSON payload and it becomes a lead row — the inbound door for any external system.
2. Record → email + log
Every new lead notifies the team and appends to the activity log — two actions, one trigger.
3. Cron → digest
Weekday evenings, one digest email — scheduled work without an external scheduler.
4. Failure → alert
A global error handler — any automation that exhausts its retries emails the operator.