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 content/changelog/2026-06-17-web-callouts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ date: 2026-06-17
title: Web Callouts
description: Call any HTTP endpoint from your trace, observation, or session views to trigger external workflows from Langfuse.
author: Nimar
ogVideo: https://static.langfuse.com/docs-videos/web-callouts.mp4
canonical: /docs/observability/features/web-callouts
---

Expand Down
6 changes: 6 additions & 0 deletions content/docs/observability/features/web-callouts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Unlike [prompt webhooks](/docs/prompt-management/features/webhooks-slack-integra
Fetch additional data from the Langfuse API in your own backend if your workflow needs it.
</Callout>

<Video
src="https://static.langfuse.com/docs-videos/web-callouts.mp4"
aspectRatio={16 / 9}
gifStyle
/>

## Configure a Web Callout

Open **Project Settings** > **Integrations** > **Web Callouts** and create a callout endpoint. You need Admin/Owner (`integrations:CRUD`) permissions to configure new callouts.
Expand Down
Loading