Skip to main content

Set Up Webhook Notifications for File Sharing

March 27, 2026 - EasySend Team

File sharing events (uploads, downloads, expirations) can trigger actions in your application using webhooks and the EasySend notification system.

Download Notifications via Email

The simplest notification: add notify_email to your upload request. You receive an email when someone downloads your files.

curl -F "files[][email protected]" -F "[email protected]" https://easysend.co/api/v1/upload

Building Custom Notifications

For application-level notifications, poll the bundle status endpoint:

GET https://easysend.co/api/v1/bundle/{code}/status

This returns the current view_count. Compare with your stored value to detect new downloads.

Integration Examples

For API details: API docs. For Stripe webhooks: payment events are handled automatically.

View API Docs

Get notified about new features and tips

No spam. Unsubscribe anytime.

More from the blog

How to Share Large Files for Free in 2026
Feb 10, 2026
E2E Encrypted File Sharing: Why It Matters
Feb 10, 2026
The Developer's Guide to EasySend API
Feb 11, 2026