Describe the extension
Every time a new row is created on Rowy, send an email using Mailgun
Logic:
(Would be similar to Sendgrid)
- For every new row created on Rowy and if the email field is present then send an email using Mailgun
Notes
- Figure out the Mailgun API, how to send email using Mailgun and the parameters needed
- Make sure when submitting the PR to remove any API token used and add a comment to use rowy.secrets utility instead to retrieve the token from Google Secret Manager.
Describe the extension
Every time a new row is created on Rowy, send an email using Mailgun
Logic:
(Would be similar to Sendgrid)
Notes