[PR #4069] [CLOSED] docs: add Slack channel example to engine webhooks page #4072

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4069
Author: @open-swe[bot]
Created: 5/19/2026
Status: Closed

Base: mainHead: open-swe/engine-webhooks-slack-example


📝 Commits (1)

  • 58e09af docs: add Slack channel example to engine webhooks page

📊 Changes

1 file changed (+61 additions, -0 deletions)

View changed files

📝 src/langsmith/engine-webhooks.mdx (+61 -0)

📄 Description

Description

Add a worked example to the LangSmith Engine webhooks reference page showing how to forward webhook events to a Slack channel. The example uses a small FastAPI receiver that verifies the shared secret, transforms the event envelope into Slack's incoming-webhook schema, and posts the message — since the Engine event JSON doesn't match Slack's expected payload shape.

Release Note

Docs: added a Slack channel forwarding example to the LangSmith Engine webhooks reference.

Test Plan

  • Render the page locally with make dev and confirm the new Post events to a Slack channel section, <Steps>, and code block display correctly.

Opened collaboratively by Mason Daugherty and open-swe.


🔄 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/4069 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/19/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `open-swe/engine-webhooks-slack-example` --- ### 📝 Commits (1) - [`58e09af`](https://github.com/langchain-ai/docs/commit/58e09af32f9eb41f17be65976b1871456c1ef403) docs: add Slack channel example to engine webhooks page ### 📊 Changes **1 file changed** (+61 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/engine-webhooks.mdx` (+61 -0) </details> ### 📄 Description ## Description Add a worked example to the LangSmith Engine webhooks reference page showing how to forward webhook events to a Slack channel. The example uses a small FastAPI receiver that verifies the shared secret, transforms the event envelope into Slack's incoming-webhook schema, and posts the message — since the Engine event JSON doesn't match Slack's expected payload shape. ## Release Note Docs: added a Slack channel forwarding example to the LangSmith Engine webhooks reference. ## Test Plan - [ ] Render the page locally with `make dev` and confirm the new *Post events to a Slack channel* section, `<Steps>`, and code block display correctly. _Opened collaboratively by Mason Daugherty and open-swe._ --- <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:12:40 -04:00
yindo closed this issue 2026-06-05 19:12:40 -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#4072