For the complete documentation index, see llms.txt. This page is also available as Markdown.

Triggers

Run an action automatically when files are uploaded or deleted.

Where: Files β†’ Triggers Β· /projects/<project>/files/triggers

A files trigger runs an action automatically on storage events β€” OnFileUploaded or OnFileDeleted. For example: notify the team when a file lands, or run a function that processes every upload.

Files β†’ Triggers.

What you can do here

The File Triggers list shows every trigger with its name, event ("When uploaded" / "When deleted"), and action (Send Email, Send Push Notification, Send SMS, Send Webhook, Run code, …). Click a trigger to edit it, or press Add New to create one. A trigger can be enabled, disabled, or deleted at any time from its edit page.

Full concept β€” events, the action types, and delivery settings: Triggers overview.

Use it from code

Files β†’ Triggers.

API reference

Save Files Trigger, Get Files Triggers, Enable / Disable / Delete Files Trigger.

Last updated