Daily Report Generation
generate-report
{ "name": "Daily Report Generation", "handler": "generate-report", "delivery": { "type": "push", "http": { "url": "https://api.acme.com/webhooks/chronos", "method": "POST", "headers": { "Authorization": "Bearer ${secrets.WEBHOOK_SECRET}" } } }, "cron": "0 9 * * *", "timezone": "America/New_York", "timeout": 30000, "maxRetries": 3, "description": "Generates and emails daily sales reports to stakeholders" }