Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/docs/content/docs/core/(Notifications)/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"telegram",
"discord",
"lark",
"teams",
"email",
"resend",
"gotify",
Expand Down
13 changes: 7 additions & 6 deletions apps/docs/content/docs/core/(Notifications)/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 23 additions & 0 deletions apps/docs/content/docs/core/(Notifications)/teams.mdx
Original file line number Diff line number Diff line change
@@ -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.
Loading