Monthly Invoice Generation
generate-invoices
{ "name": "Monthly Invoice Generation", "handler": "generate-invoices", "delivery": { "type": "push", "http": { "url": "https://billing.acme.com/webhooks/invoices", "method": "POST", "headers": { "X-API-Key": "${secrets.BILLING_API_KEY}" } } }, "cron": "0 6 1 * *", "timezone": "America/New_York", "timeout": 600000, "maxRetries": 5, "description": "Generates invoices for all active subscriptions", "runs": 12 }