# New Webhook: Recording Available

## What's new

There’s a new webhook timer trigger: **Recording Available**.

It fires only after the recording has become available on Retreaver.

## Why

Teams often want to send their recording to external tools so they could be processed and analyzed.

## How to use it

1. Go to **Webhooks**
2. Create a new webhook
3. Set the trigger group to **Recording Available**
4. Add your webhook URL (GET/POST as usual)
5. Include the replacement token `[call_recording_url]` in your request

## What to expect

- The webhook fires **after** the recording is available on Retreaver.
- It could be used to send the `url` from which the external tool should download the recording, it **will not** send the recording file over to the external tool.