# Forward recordings

### Webhooks&#x20;

{% content-ref url="/spaces/LNLpSh5W2kAOtQ9wcLkW/pages/x39kUGzkN6PvtcBYX8Ry" %}
[Webhook Integration Guide](/birdie-docs/birdie-api/webhook-integration-guide.md)
{% endcontent-ref %}

### Email

{% hint style="info" %}
Mostly useful if you use Birdie Standalone Link or Birdie Web SDK
{% endhint %}

Go to [settings -> ](https://app.birdie.so/settings)[screen recording](https://app.birdie.so/settings/screen-recording) if you want to receive an email when a new incoming recording is submitted.

<figure><img src="/files/u6uD9y2gRkIdexc7uXx9" alt=""><figcaption><p>Forward to email</p></figcaption></figure>

### Slack

Go to [settings -> integrations ](https://app.birdie.so/settings) if you want to receive a Slack notification on a specific channel when a new incoming recording is submitted.

<details>

<summary>What if the Slack channel is private?</summary>

If you've set up Slack forwarding into a private channel, Birdie won't be able to post feedback until you add its bot to the channel. Fixing this issue is easy: go to your channel and type "@Birdie Post". Slack will prompt you to add the user to the channel. Once added, all your videos will be forwarded to Slack.

</details>

<figure><img src="/files/t3hDDldq9QZSvjpbZd73" alt=""><figcaption><p>Forward to Slack</p></figcaption></figure>

### Zapier

Go to [settings -> integrations](https://app.birdie.so/settings/helpdesk#zapier) if you want to build your own flow when a new incoming recording is submitted.

<figure><img src="/files/KsgSHYv1uiutjfz89i0H" alt=""><figcaption><p>Forward incoming videos to Zapier</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.birdie.so/birdie-docs/request-screen-recordings/misc./forward-recordings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
