Skip to content

Lifecyle Hooks, Services & Cron

This section shows overviews over backend functionality implemented as:

  1. Lifecycle Hooks: functions executed in relation to a collection when a record is created, updated or deleted in/from a collection
  2. Services: functions which are related to a collection but implemented as a separated endpoint (route), and managed by a controller (route points to controller points to service implementation)
  3. Cron Tasks: function which are run like a cron job 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.

Released under the MIT License.