Signed webhook delivery for Excel report runs
For teams that wire recurring .xlsx delivery into automation stacks instead of manual inbox downloads.
When to use webhooks
Email works for humans; webhooks work for systems. Ilka POSTs a signed payload after each successful scheduled run.
- X-Ilka-Signature verification
- Download URL in JSON body
- Combine with email for hybrid delivery
Typical stack
Agencies and finance ops connect Ilka to n8n or internal services that archive files, notify Slack, or feed downstream agents.
Agent and automation consumption
Webhook delivery lets finance ops wire Ilka into existing automation stacks without manual inbox downloads.
- Signed POST payloads
- Download URL in JSON body
- Works alongside email and Drive delivery
FAQ
Are webhook payloads signed?
Yes. Each delivery includes an X-Ilka-Signature header so your endpoint can verify authenticity. See /scheduled-reports/setup for IT checklist.
Related: How-to guide · Ilka vs Coupler.io · All templates