-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Is your feature request related to a problem? Please describe.
As part of the Hackathon, we have added the feature of commenting on an Idea. It would be great if we could trigger an email to the idea creator whenever someone comments.
The email message should contain the comment and a link to come to the comment and respond back.
The email should be sent from the contact@reactplay.io email.
Describe the solution you'd like
We Use Nhost as the backend, and Nhost uses Hasura. Hasura allows us to trigger an event when a GraphQL mutation happens. As part of the event trigger, we can utilize the Serverless function(from Nhost) to send emails.
Describe alternatives you've considered
None
Additional context
This should be implemented as a common design so that the same paradigm can be used everywhere to trigger emails based on a trigger.