From ef4b8ffe3d202be73a736cddff6d47a5d09bd2a0 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Mon, 16 Feb 2026 21:24:17 -0600 Subject: [PATCH] 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. --- .../docs/core/(Notifications)/meta.json | 1 + .../docs/core/(Notifications)/overview.mdx | 13 ++++++----- .../docs/core/(Notifications)/teams.mdx | 23 +++++++++++++++++++ 3 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 apps/docs/content/docs/core/(Notifications)/teams.mdx diff --git a/apps/docs/content/docs/core/(Notifications)/meta.json b/apps/docs/content/docs/core/(Notifications)/meta.json index 33555945..7b2ea01a 100644 --- a/apps/docs/content/docs/core/(Notifications)/meta.json +++ b/apps/docs/content/docs/core/(Notifications)/meta.json @@ -6,6 +6,7 @@ "telegram", "discord", "lark", + "teams", "email", "resend", "gotify", diff --git a/apps/docs/content/docs/core/(Notifications)/overview.mdx b/apps/docs/content/docs/core/(Notifications)/overview.mdx index c7f24a31..ed106d86 100644 --- a/apps/docs/content/docs/core/(Notifications)/overview.mdx +++ b/apps/docs/content/docs/core/(Notifications)/overview.mdx @@ -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. diff --git a/apps/docs/content/docs/core/(Notifications)/teams.mdx b/apps/docs/content/docs/core/(Notifications)/teams.mdx new file mode 100644 index 00000000..eabd0d84 --- /dev/null +++ b/apps/docs/content/docs/core/(Notifications)/teams.mdx @@ -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.