Discord Notifications
Using Discord’s Webhook, you can send monitor incident notifications to a Discord channel as Embed messages.
Prerequisites: Creating a Discord Webhook
Section titled “Prerequisites: Creating a Discord Webhook”-
Open Channel Settings
Click the gear icon next to the Discord channel name where you want to send notifications to open channel settings.
-
Open Integrations
Click “Integrations” in the left menu and open the “Webhooks” section.
-
Create a Webhook
Click “New Webhook”. Set a recognizable name (e.g., Manako).
-
Copy the Webhook URL
Click “Copy Webhook URL” on the webhook you created.
Manako Configuration
Section titled “Manako Configuration”- Open the “Notification Channels” menu in the dashboard
- Click “Add Channel” and select Discord as the Type
- Paste the copied Webhook URL
- Enter a channel name and click “Add Channel”
Notification Message Appearance
Section titled “Notification Message Appearance”Notifications are sent to Discord as Embed messages, color-coded by event type.
When an Incident Occurs
Section titled “When an Incident Occurs”| Item | Content |
|---|---|
| Color | Red (#ED4245) |
| Title | Monitor Down |
| Description | {Monitor Name} is down |
| Fields | Monitor: {Monitor Name}, URL: {Monitored URL}, Incident ID |
When an Incident Recovers
Section titled “When an Incident Recovers”| Item | Content |
|---|---|
| Color | Green (#57F287) |
| Title | Monitor Recovered |
| Description | {Monitor Name} is back up |
| Fields | Monitor: {Monitor Name}, Incident ID |
When a Web Change is Detected
Section titled “When a Web Change is Detected”| Item | Content |
|---|---|
| Color | Yellow (#FEE75C) |
| Title | Web Change Detected |
| Description | {Monitor Name} content changed |
| Fields | Monitor: {Monitor Name}, Changes: {Change Diff}, Incident ID |