Docs
Hooks & Handlers (App UI)
Hooks & Handlers (App UI) This section covers everything you configure from the admin app that affects server-side hooks and handlers : Hooks – Hooks System UI (preHooks and postHooks) Custom Handlers – Custom Handlers UI for replacing default CRUD Package Management – Installing
Hooks & Handlers (App UI)
This section covers everything you configure from the admin app that affects server-side hooks and handlers:
- Hooks – Hooks System UI (preHooks and postHooks)
- Custom Handlers – Custom Handlers UI for replacing default CRUD
- Package Management – Installing NPM packages for use in hooks and handlers
From the app perspective, you use visual tools to configure behavior; the actual execution happens on the Enfyra Server.
For the full server-side behavior and APIs, see:
- Server Hooks & Handlers – Server hooks & handlers overview
- API Lifecycle – Complete request lifecycle and context sharing
- Context Reference –
$ctxobject reference