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

# Workflow Webhooks

> Planned: get notified when a run finishes.


<Info>
Planned: not available yet. Tracked as TI-25.
</Info>

## What this will do

PlungeAI will call a URL you register when a workflow run finishes, so you do not have to hold a stream open or poll. Nothing sends outbound webhooks today.

## Use this today

<CardGroup cols={2}>
<Card title="Streaming Events" icon="plug" href="/workflows/streaming-events">
Follow a run live over SSE.
</Card>
<Card title="Async & Results" icon="clock" href="/agents/features/async-results">
Start a run without waiting and fetch the result later.
</Card>
</CardGroup>

<!-- placeholder-source: content/_placeholders.json -->
