Sending Emails
Webhook Relay provides a Mailgun package to easily send emails on various events.
Prerequisites:
Mailgun account (provides generous tier)
Webhook Relay provides a helper package mailgun that can send emails. To start sending emails, create a new Function and just import ‘mailgun’ package. This function will need API key and domain:
Then, you will need to enter your API key from the API keys page and set the as config variables for your function. You can find more details on how to find your API keys in Mailgun here.
Last updated