boilerplates-by-visakhvjn / nest-api

0 stars 0 forks source link

More functionality in Email Module #35

Open visakhvjn opened 1 month ago

visakhvjn commented 1 month ago
  1. should save emails being sent out
  2. should allow to update them
  3. should have a unique id against each email
  4. should have a webhook to update
  5. create a webhook using sendgrid API
visakhvjn commented 1 month ago

Use the interface pattern to implement service providers

There will be an emailService interface each service provider will implement this interface

the module can have a switch case that will allow to select the particular one