Lifecyle Hooks, Services & Cron
This section shows overviews over backend functionality implemented as:
- Lifecycle Hooks: functions executed in relation to a collection when a record is created, updated or deleted in/from a collection
- Services: functions which are related to a collection but implemented as a separated endpoint (route), and managed by a controller (
routepoints tocontrollerpoints toserviceimplementation) - Cron Tasks: function which are run like a
cronjob automatically at a certain day/time.
For more details on this follow up in the Strapi documentation
Lifecylce Hooks and Services are also described at their respective collections and just summarized here for a more comprehensive view.
