How can I send an E-Mail if I create the content in the Admin Tool?

In this case you can use lifecycle hooks (afterCreate function).

It runs every time you create the content, no matter how you create it (Admin or RestAPI).

  1. Create a function that sends email.
  2. Add it to the lifecycle afterCreate function.

That’s all.

2 Likes