Sendgrid integration / Email notification upon creating entities

System Information
  • Strapi Version: 3.5.2:
  • Operating System: maxOS Catalina:
  • Database: mySQL:
  • Node Version: v12.14.0:
  • NPM Version: 6.13.4:
  • Yarn Version: 1.9.4:

I’ve managed to integrate Sengrid with Strapi. Got as far as sending an email with Postman.

Now, in my case, I’d like to extend that functionality, maybe with a hook, to send a confirmation email to the student’s email address every time I register a new student.

Could this be done straight from the strapi dashboard when creating a new student or from the Nuxt frontend?