Automation in FileRise Pro
What it includes
- Webhooks: subscribe endpoints to file/share/portal/job events with per-endpoint filters.
- Job queue: SQLite-backed async queue with retries, backoff, dead-letter states, and delivery logs.
- Admin UI:
Admin → Automationwith Webhooks and Jobs views. - Worker CLI: run once or loop mode for background delivery processing.
Security defaults
- Only
http://andhttps://targets are allowed. - SSRF guards block localhost/private/link-local targets by default.
- Request signing uses HMAC headers (
X-FileRise-Timestamp,X-FileRise-Signature). - Secrets stay masked in admin views and are never exposed in logs.
Screenshot placeholders
Placeholder: Automation > Webhooks list/edit form
Placeholder: Automation > Jobs queue + worker heartbeat
Placeholder: Job detail view with payload and delivery logs