mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
docs: Add Microsoft Teams as a notification provider and update related documentation
- Included Microsoft Teams in the list of supported notification providers in meta.json. - Updated overview.mdx to describe Microsoft Teams notifications. - Created a new teams.mdx file with detailed setup instructions for Microsoft Teams notifications.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"telegram",
|
||||
"discord",
|
||||
"lark",
|
||||
"teams",
|
||||
"email",
|
||||
"resend",
|
||||
"gotify",
|
||||
|
||||
@@ -26,10 +26,11 @@ Dokploy supports the following notification providers:
|
||||
2. **Telegram**: Telegram is a messaging platform that allows users to send and receive messages.
|
||||
3. **Discord**: Discord is generally used for communication between users in a chat or voice channel.
|
||||
4. **Lark**: Lark is a collaboration platform that provides messaging and team communication features.
|
||||
5. **Email**: Email is a popular method for sending messages to a group of recipients.
|
||||
6. **Resend**: Resend is a modern email API for developers to send transactional emails.
|
||||
7. **Gotify**: Gotify is a self-hosted push notification service.
|
||||
8. **Ntfy**: Ntfy is a simple HTTP-based pub-sub notification service.
|
||||
8. **Pushover**: Pushover is a service for sending real-time notifications to Android, iOS, and desktop devices.
|
||||
9. **Webhook**: Webhook is a generic webhook notification service.
|
||||
5. **Microsoft Teams**: Microsoft Teams is a collaboration platform that supports incoming webhooks for channel notifications.
|
||||
6. **Email**: Email is a popular method for sending messages to a group of recipients.
|
||||
7. **Resend**: Resend is a modern email API for developers to send transactional emails.
|
||||
8. **Gotify**: Gotify is a self-hosted push notification service.
|
||||
9. **Ntfy**: Ntfy is a simple HTTP-based pub-sub notification service.
|
||||
10. **Pushover**: Pushover is a service for sending real-time notifications to Android, iOS, and desktop devices.
|
||||
11. **Webhook**: Webhook is a generic webhook notification service.
|
||||
|
||||
|
||||
23
apps/docs/content/docs/core/(Notifications)/teams.mdx
Normal file
23
apps/docs/content/docs/core/(Notifications)/teams.mdx
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Microsoft Teams
|
||||
description: 'Configure Microsoft Teams notifications for your applications.'
|
||||
---
|
||||
|
||||
Microsoft Teams notifications are a great way to stay up to date with important events in your Dokploy panel. You can choose to receive notifications for specific events or all events.
|
||||
|
||||
## Microsoft Teams Notifications
|
||||
|
||||
To start receiving Teams notifications, you need to fill the form with the following details:
|
||||
|
||||
- **Name**: Enter any name you want.
|
||||
- **Webhook URL**: Enter the incoming webhook URL for your Teams channel (e.g. `https://outlook.office.com/webhook/...` or a URL from the Workflows app).
|
||||
|
||||
To set up Microsoft Teams notifications, follow these steps:
|
||||
|
||||
1. Open Microsoft Teams and go to the channel where you want to receive notifications.
|
||||
2. Click the **•••** (More options) next to the channel name and select **Connectors** or **Workflows**.
|
||||
3. **Option A – Incoming Webhook (Connectors):** Search for **Incoming Webhook**, configure it with a name (e.g. `Dokploy`), and copy the generated **Webhook URL**.
|
||||
4. **Option B – Workflows app:** Use the “Send webhook alerts to a channel” template, add the workflow to the channel, and copy the generated webhook URL.
|
||||
5. Go to Dokploy **Notifications** and select **Microsoft Teams** as the notification provider.
|
||||
6. Paste the **Webhook URL** you copied.
|
||||
7. Click **Test** to verify the connection, then click **Create** to save the notification.
|
||||
Reference in New Issue
Block a user