dokploy icon indicating copy to clipboard operation
dokploy copied to clipboard

Title feat(notifications): Add Microsoft Teams provider -#2783

Open Harikrishnan1367709 opened this issue 2 months ago • 3 comments

1.Add Microsoft Teams notification provider: UI selector + Teams icon, form fields, and client-side Zod schema. 2.Wire create/update/test flows to existing tRPC mutations (createTeams/updateTeams/testTeamsConnection). 3.Use public teams_logo.png for provider icon and include Teams-specific form fields (webhookUrl, decoration). Note: requires DB migration to add teams table and notification.teamsId (nullable FK) and server-side send/test implementation.

Screenshot 2025-10-06 at 10 50 39 PM Screenshot 2025-10-06 at 10 50 22 PM

Fix #2783

Harikrishnan1367709 avatar Oct 06 '25 17:10 Harikrishnan1367709

@Harikrishnan1367709 Can you resolve the conflicts?

Siumauricio avatar Oct 25 '25 18:10 Siumauricio

@Harikrishnan1367709 Can you resolve the conflicts?

ok @Siumauricio

Harikrishnan1367709 avatar Oct 26 '25 01:10 Harikrishnan1367709

@Harikrishnan1367709 @Siumauricio

Here is the fix as patch. merge-conflict-fix.patch

mtb77 avatar Nov 11 '25 16:11 mtb77