Mailgun

How to connect Mailgun

Step 1

Log in to your Mailgun account. If you don’t have one yet, register.

Step 2

If you don’t have your domain connected, add one.

Step 3

Create an API-Key for Notify.

Step 4

Create a Notify project, if you don’t have one yet.

Step 5

Add your Mailgun API-Key to your project. At the moment, you need to configure it via Swagger (or cURL, …). (We are working on a frontend.). Replace <your-project-id> in the url with your notify-project-id

POST /v1/settings/projects/<your-project-id>/integrations/mailgun

{
  "api_key": "Your generated Mailgun API-key",
  "domain": "add your connected Mailgun domain",
  "sender_email": "set the email from which the mail should be sent",
  "sender_name": "set the name, who is the sender of the email"
}