Send an email after admin content-manger change

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hello,

When a user is logged into the strapi admin panel, how do I target a content change to say send an email when user updates an entry.

In this example I have a reservation system and want to be able to trigger an email after a field is updated to ‘confirmed’ or ‘rejected’ - I would normally do this via a controller in the API but this isn’t hit if the content is updated via the admin panel rather than the front-end of the application. The route seems to be “/content-manager/collection-types/application::attendees.attendees/3”

This seems to be the content-manager plugin, but I’m not sure how I target it to edit its functionality.

Any help appreciated. I can clarify if that above is not clear.