[PR #4294] [MERGED] Add Teams and email webhook notification recipes for LangSmith alerts #4280

Closed
opened 2026-06-05 19:13:22 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4294
Author: @langsmith-fleet[bot]
Created: 6/3/2026
Status: Merged
Merged: 6/4/2026
Merged by: @katmayb

Base: mainHead: docs/add-alert-webhook-notification-recipes


📝 Commits (5)

  • 73c1ec9 Add Teams and email recipe guides for LangSmith alert webhooks
  • b4cd3ad Edits
  • cfebb0a Edits
  • 7a9a239 Edits
  • 9a35f54 Merge branch 'main' into docs/add-alert-webhook-notification-recipes

📊 Changes

1 file changed (+224 additions, -34 deletions)

View changed files

📝 src/langsmith/alerts.mdx (+224 -34)

📄 Description

Fixes DOC-1200

Summary

  • Adds a Microsoft Teams recipe guide showing how to configure LangSmith trace alert webhooks to post to a Teams channel using an Incoming Webhook connector (MessageCard format), with a note about the newer Workflows/Power Automate approach
  • Adds an email recipe guide using SendGrid's Mail Send API, including an alternate-providers table for Mailgun, Postmark, and Amazon SES
  • Both guides follow the same accordion pattern as the existing Slack recipe guide in the Webhook tab
  • Expanded the "Additional resources" section with Teams and SendGrid links

The Slack accordion was already present; this PR adds Teams and email to complete the trio.

Links

Verification

Not run; docs-only copy change to src/langsmith/alerts.mdx.

Reviewers

Requested review from: @katmayb, @fjmorris


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4294 **Author:** [@langsmith-fleet[bot]](https://github.com/apps/langsmith-fleet) **Created:** 6/3/2026 **Status:** ✅ Merged **Merged:** 6/4/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `docs/add-alert-webhook-notification-recipes` --- ### 📝 Commits (5) - [`73c1ec9`](https://github.com/langchain-ai/docs/commit/73c1ec9b98580d4a5708f82ce02034fa84a45727) Add Teams and email recipe guides for LangSmith alert webhooks - [`b4cd3ad`](https://github.com/langchain-ai/docs/commit/b4cd3ade8238397b606eedbab2b37d3bb75a861d) Edits - [`cfebb0a`](https://github.com/langchain-ai/docs/commit/cfebb0a84a095a0436f8773b2f4071126b2735cc) Edits - [`7a9a239`](https://github.com/langchain-ai/docs/commit/7a9a2390214bd617225a32e19a53a2830f088d1c) Edits - [`9a35f54`](https://github.com/langchain-ai/docs/commit/9a35f549c42c7ddb3bfbce586ac1e6e431fee6f5) Merge branch 'main' into docs/add-alert-webhook-notification-recipes ### 📊 Changes **1 file changed** (+224 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/alerts.mdx` (+224 -34) </details> ### 📄 Description Fixes DOC-1200 ## Summary - Adds a **Microsoft Teams** recipe guide showing how to configure LangSmith trace alert webhooks to post to a Teams channel using an Incoming Webhook connector (MessageCard format), with a note about the newer Workflows/Power Automate approach - Adds an **email** recipe guide using SendGrid's Mail Send API, including an alternate-providers table for Mailgun, Postmark, and Amazon SES - Both guides follow the same accordion pattern as the existing Slack recipe guide in the Webhook tab - Expanded the "Additional resources" section with Teams and SendGrid links The Slack accordion was already present; this PR adds Teams and email to complete the trio. ## Links - Linear: https://linear.app/langchain/issue/DOC-1200/add-recipe-guides-for-langsmith-webhook-notifications-email-teams - Slack: https://langchain.slack.com/archives/C09G1T60QV9/p1780500279834219 ## Verification Not run; docs-only copy change to `src/langsmith/alerts.mdx`. ## Reviewers Requested review from: @katmayb, @fjmorris --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:22 -04:00
yindo closed this issue 2026-06-05 19:13:22 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4280