Skip to content

Commit f15080b

Browse files
authored
[AutoOps] Add Email connector (#574)
This PR adds a new connector to the Notifications settings page as per inout in this [gdoc](https://docs.google.com/document/d/1RffxHySe9Oh_1zG2S72OuK4FEjkKM79boRhY0RteI4Y/edit?tab=t.0). Relates to #571
1 parent d5d534c commit f15080b

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

deploy-manage/monitor/autoops/ec-autoops-notifications-settings.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,26 @@ To set up a filter, follow these steps:
5151

5252
The following connectors are available with AutoOps:
5353

54-
* [PagerDuty integration](#ec-autoops-pagerduty-integration)
55-
* [Slack integration](#ec-autoops-slack-integration)
56-
* [VictorOps integration](#ec-autoops-victorops-integration)
57-
* [Opsgenie integration](#ec-autoops-opsgenie-integration)
58-
* [Microsoft Teams Configuration integration](#ec-autoops-ms-configuration-integration)
59-
* [Webhook integration](#ec-autoops-webhook-integration)
60-
54+
* [Email](#email)
55+
* [PagerDuty](#ec-autoops-pagerduty)
56+
* [Slack](#ec-autoops-slack)
57+
* [VictorOps](#ec-autoops-victorops)
58+
* [Opsgenie](#ec-autoops-opsgenie)
59+
* [Microsoft Teams Configuration](#ec-autoops-ms-configuration)
60+
* [Webhook](#ec-autoops-webhook)
61+
62+
### Email [email]
63+
64+
To set up notifications via email, follow these steps:
65+
66+
1. Add a new **Email** connector.
67+
2. Add a list of emails.
68+
You can add up to 40 emails for a single email connector, and opt in to get alerts also when events close.
69+
4. To receive notifications, scroll down the **Notification** page and click **Add**.
70+
5. Fill in the filter details.
71+
6. Select the events that you want to send to this connector.
6172

62-
### PagerDuty integration [ec-autoops-pagerduty-integration]
73+
### PagerDuty [ec-autoops-pagerduty]
6374

6475
The PagerDuty integration consists of the following parts:
6576

@@ -76,7 +87,7 @@ The PagerDuty integration consists of the following parts:
7687
4. Select the events that should be sent to this output.
7788

7889

79-
### Slack integration [ec-autoops-slack-integration]
90+
### Slack [ec-autoops-slack]
8091

8192
To set up a webhook to send AutoOps notifications to a Slack channel, go through the following steps.
8293

@@ -92,7 +103,7 @@ To set up a webhook to send AutoOps notifications to a Slack channel, go through
92103
10. Add the webhook URL when creating the endpoint.
93104

94105

95-
### VictorOps integration [ec-autoops-victorops-integration]
106+
### VictorOps [ec-autoops-victorops]
96107

97108
The VictorOps integration consists of the following parts:
98109

@@ -109,7 +120,7 @@ The VictorOps integration consists of the following parts:
109120
4. Select the events that should be sent to this output.
110121

111122

112-
### Opsgenie integration [ec-autoops-opsgenie-integration]
123+
### Opsgenie [ec-autoops-opsgenie]
113124

114125
The Opsgenie integration consists of the following parts:
115126

@@ -131,7 +142,7 @@ The Opsgenie integration consists of the following parts:
131142
6. Select events that should be sent to this output.
132143

133144

134-
### Microsoft Teams Configuration integration [ec-autoops-ms-configuration-integration]
145+
### Microsoft Teams Configuration [ec-autoops-ms-configuration]
135146

136147
To create an incoming webhook on your Microsoft Teams, follow [these instructions](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook).
137148

@@ -145,7 +156,7 @@ Save the URL displayed during the creation of the incoming webhook, as you will
145156
4. Select events that should be sent to this output.
146157

147158

148-
### Webhook integration [ec-autoops-webhook-integration]
159+
### Webhook [ec-autoops-webhook]
149160

150161
A webhook enables an application to provide other applications with real-time information. A webhook is a user-defined HTTP callback (HTTP POST), which is triggered by specific events.
151162

@@ -182,8 +193,6 @@ A webhook enables an application to provide other applications with real-time in
182193
When the Endpoint settings have been completed, continue to set up the notification filter to define which events you’d like to be notified about.
183194
::::
184195

185-
186-
187196
## Notifications report [ec-notification-report]
188197

189198
From the **Notifications** report, you can check all the notifications sent. The report lists all the events that were set up in the notification filters and provide their status.

0 commit comments

Comments
 (0)