Skip to content

Commit 2ecaa95

Browse files
authored
Mailgun rotation guide (#37)
* Create mailgun.md Create mailgun.md how to rotate file * add mailgun images for rotation guide add mailgun images for rotation guide * add mailgun to _table.md * fix image link typos and body typo
1 parent 3531ea8 commit 2ecaa95

File tree

6 files changed

+52
-1
lines changed

6 files changed

+52
-1
lines changed

content/docs/introduction/_table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[Azure Search Query](/docs/tutorials/azuresearchquery)|[Azure Storage](/docs/tutorials/azure)|[Eleven Labs](/docs/tutorials/elevenlabs)|
66
[Eraser](/docs/tutorials/eraser)|[Flexport](/docs/tutorials/flexport)||
77
[GCP](/docs/tutorials/gcp)|[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|
8-
[Groq](/docs/tutorials/groq)|[Mailchimp](/docs/tutorials/mailchimp)|[MaxMind](/docs/tutorials/maxmind)|
8+
[Groq](/docs/tutorials/groq)|[Mailchimp](/docs/tutorials/mailchimp)|[Mailgun](/docs/tutorials/mailgun)|[MaxMind](/docs/tutorials/maxmind)|
99
[Microsoft Teams](/docs/tutorials/microsoftteams)|[MongoDB](/docs/tutorials/mongo)|[Netlify](/docs/tutorials/netlify)|
1010
[NPM](/docs/tutorials/npm)|[OpenAI](/docs/tutorials/openai)|[Sendbird](/docs/tutorials/sendbird)|
1111
[Sendgrid](/docs/tutorials/sendgrid)|[Slack](/docs/tutorials/slack)|[Slack Webhook](/docs/tutorials/slack-webhook)|

content/docs/tutorials/mailgun.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Mailgun
3+
---
4+
5+
*This tutorial provides step-by-step instructions on how to rotate a Mailgun API Key.*
6+
7+
---
8+
9+
## Generate a new Mailgun API Key
10+
### Step 1 - Navigate to the Mailgun API Security page
11+
After logging in, navigate to https://app.mailgun.com/settings/api_security.
12+
13+
Click on "Create key" in the top-right corner to generate your new API Key
14+
15+
### Step 2 - Generate a new Mailgun API Key
16+
#### 2a. Click on "Create Key"
17+
![](/images/mailgun/1.png)
18+
19+
#### 2b. Provide an "API Key Name" and click on "Create Key"
20+
![](/images/mailgun/2.png)
21+
22+
### Step 3 - Copy the new key
23+
Copy the new key manually or by selecting the "Copy to Clipboard" button. Then, click "Done".
24+
25+
> **Note:** For security reasons, Mailgun API key values are inaccessible after creation. If you lose the key, you will need to generate a new one.
26+
27+
---
28+
29+
## Replace the Leaked Mailgun API Key
30+
Replace the leaked Mailgun API key with the new one in all impacted applications and services.
31+
32+
---
33+
34+
## Revoke the Leaked Mailgun API Key
35+
36+
### Step 1 - Navigate to the Mailgun API Key page
37+
Navigate to https://app.mailgun.com/settings/api_security.
38+
39+
### Step 2 - Revoke the Mailgun API Key
40+
#### 2a. Delete the API Key
41+
Click on the trash can icon next to the key that you need to delete
42+
![](/images/mailgun/3.png)
43+
44+
#### 2b. Confirm deletion
45+
Click on "Delete" to confirm deletion of the given API key
46+
![](/images/mailgun/4.png)
47+
48+
---
49+
50+
## Resources
51+
- [<https://help.mailgun.com/hc/en-us/articles/203380100-Where-can-I-find-my-API-keys-and-SMTP-credentials>](https://help.mailgun.com/hc/en-us/articles/203380100-Where-can-I-find-my-API-keys-and-SMTP-credentials)
51.3 KB
Loading
77.5 KB
Loading
84.5 KB
Loading
71.6 KB
Loading

0 commit comments

Comments
 (0)