You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 [email protected] 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.
The text was updated successfully, but these errors were encountered: