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

Triggers

Files triggers in Norbix Cloud.

Files triggers β€” run an action when files are uploaded or deleted.

Files triggers run an action automatically on file storage events β€” for example notifying the team when a file is uploaded.

The dashboard guide for files triggers is being written. The feature itself is available today.

To create one: open Files β†’ Triggers, click Add trigger, pick the event (OnFileUploaded or OnFileDeleted), choose the action (email, push, SMS, webhook, function, ...), set its delivery settings, and save. Use the toggle to enable or disable a trigger without deleting it.

Use it from code

Every trigger endpoint is a method in the Norbix SDKs β€” see Files β†’ Triggers in the SDK reference.

API reference

Full request and response, endpoint by endpoint: Files β†’ Triggers.

Last updated