Strapi Hooks - Use cases

Hey @ramigs,

Looking forward to reading your article, I hope it really reflects all the possibilities in this case the hooks for customisation with Strapi. I have some to add to your list.

use cases/examples:

  • Server hooks:
    The docs have an detailed guide on how to integrate an third party client (in this case GitHub) with strapi, worth mentioning.
    Nice to see strapi-hook-algolia there :wink: (it uses also the lifecycle hooks in its implementation).
  • Lifecycle hooks:
    Sending email/notification on create/update.
1 Like