<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo" -->

---
title: Microsoft Teams Notifications Are Now Available in Socket
description: Socket now supports Microsoft Teams as a notification channel, letting security and engineering teams receive organization alerts and supply chain attack...
canonical: https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Microsoft Teams Notifications Are Now Available in Socket | daily.dev
og:description: Socket now supports Microsoft Teams as a notification channel, letting security and engineering teams receive organization alerts and supply chain attack...
og:url: https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo
og:image: https://api.daily.dev/og/posts/DJvIgcHVo.png
og:image:alt: Microsoft Teams Notifications Are Now Available in Socket
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Teams Notifications Are Now Available in Socket

**[Socket](https://daily.dev/sources/socketdev)** · 4 min read · 1 upvotes · 0 comments

## Summary

Socket now supports Microsoft Teams as a notification channel, letting security and engineering teams receive organization alerts and supply chain attack campaign notifications directly in Teams. Notifications arrive as Adaptive Cards with severity totals, affected repository counts, finding previews, and dashboard links. Teams can filter by alert category, severity, repository, or package ecosystem, and Socket batches related alerts into digests to avoid flooding channels. The feature is available now on Team, Business, and Enterprise plans, set up via Settings → Integrations → Notifications using a Microsoft Workflows incoming webhook.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://socket.dev/blog/microsoft-teams>

## Questions this post answers

### How do I connect Microsoft Teams to receive security alerts from Socket?

Create a Workflows flow in Microsoft Teams using the 'Post to a channel when a webhook request is received' template, copy its HTTP POST URL, then in Socket go to Settings → Integrations → Notifications, click Create Channel, select Microsoft Teams, and enter a channel name plus the webhook URL. Socket sends a test Adaptive Card to confirm the connection before marking it Active.

_Teams wiring up security alerting pipelines can follow supply chain tooling updates like this on daily.dev._

### Can Socket notify Microsoft Teams when a supply chain attack campaign affects specific repositories?

Yes, Socket sends Microsoft Teams notifications when it publishes a new supply chain attack campaign, showing whether affected packages are present in the organization. If impacted, it summarizes the attack, lists affected repositories, and links to campaign details; if not impacted, it confirms no monitored repositories contain the affected packages.

_Security teams tracking supply chain attack exposure can follow tooling changes like this on daily.dev._

### Which Socket pricing plans include Microsoft Teams notification support?

Microsoft Teams notifications are available on Team, Business, and Enterprise plans. Setup happens through Settings → Integrations → Notifications in the Socket dashboard, where a Microsoft Teams channel can be created using a Workflows incoming webhook.

_Teams evaluating security tooling plans can track integration availability like this on daily.dev._

---

Tags: [#security](https://daily.dev/tags/security), [#devsecops](https://daily.dev/tags/devsecops)

[View this post on daily.dev](https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Microsoft Teams Notifications Are Now Available in Socket","url":"https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo"},"datePublished":"2026-09-01T20:02:08.284Z","dateModified":"2026-09-01T22:53:50.972Z","description":"Socket now supports Microsoft Teams as a notification channel, letting security and engineering teams receive organization alerts and supply chain attack...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c222d595861a63459859d5f2333322c8?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c222d595861a63459859d5f2333322c8?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Socket","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Socket","logo":"https://media.daily.dev/image/upload/s---oEn9czC--/f_auto/v1716187892/logos/socketdev","url":"https://daily.dev/sources/socketdev"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,devsecops","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Socket","item":"https://daily.dev/sources/socketdev"},{"@type":"ListItem","position":3,"name":"Microsoft Teams Notifications Are Now Available in Socket"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/microsoft-teams-notifications-are-now-available-in-socket-djvigchvo#faq","mainEntity":[{"@type":"Question","name":"How do I connect Microsoft Teams to receive security alerts from Socket?","acceptedAnswer":{"@type":"Answer","text":"Create a Workflows flow in Microsoft Teams using the 'Post to a channel when a webhook request is received' template, copy its HTTP POST URL, then in Socket go to Settings → Integrations → Notifications, click Create Channel, select Microsoft Teams, and enter a channel name plus the webhook URL. Socket sends a test Adaptive Card to confirm the connection before marking it Active. Teams wiring up security alerting pipelines can follow supply chain tooling updates like this on daily.dev."}},{"@type":"Question","name":"Can Socket notify Microsoft Teams when a supply chain attack campaign affects specific repositories?","acceptedAnswer":{"@type":"Answer","text":"Yes, Socket sends Microsoft Teams notifications when it publishes a new supply chain attack campaign, showing whether affected packages are present in the organization. If impacted, it summarizes the attack, lists affected repositories, and links to campaign details; if not impacted, it confirms no monitored repositories contain the affected packages. Security teams tracking supply chain attack exposure can follow tooling changes like this on daily.dev."}},{"@type":"Question","name":"Which Socket pricing plans include Microsoft Teams notification support?","acceptedAnswer":{"@type":"Answer","text":"Microsoft Teams notifications are available on Team, Business, and Enterprise plans. Setup happens through Settings → Integrations → Notifications in the Socket dashboard, where a Microsoft Teams channel can be created using a Workflows incoming webhook. Teams evaluating security tooling plans can track integration availability like this on daily.dev."}}]}
```

