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

# Webhooks

> Send real-time call data to any URL

<Frame caption="Video Guide: Setting up Integrations">
  <iframe src="https://www.loom.com/embed/cf8d32c4dabe4eecbb4a4b952a57592f" width="100%" height="450px" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen />
</Frame>

## Overview

Webhooks allow you to bridge Snowie.ai with your external tech stack. By configuring a webhook, you can instantly push call data to platforms like Zapier, Make, or Slack immediately after a conversation ends.

<Frame caption="Webhook Management Dashboard">
  <img src="https://mintcdn.com/ravanai-63bcda11/kAfVdhzDDdNgqKHe/assets/images/webhook-list.png?fit=max&auto=format&n=kAfVdhzDDdNgqKHe&q=85&s=c111b93c2655b2c780df7f4b019695b6" alt="Webhook List" width="994" height="354" data-path="assets/images/webhook-list.png" />
</Frame>

## Managing Webhooks

Use the control panel actions to maintain your existing connections.

<CardGroup cols={3}>
  <Card title="View Agents" icon="users">
    Click the "Agents" button to see exactly which assistants are currently triggering this webhook.
  </Card>

  <Card title="Edit Webhook" icon="pen-to-square">
    Update the **Webhook Name**, change the **Destination URL**, or modify the **Selected Agents**.
  </Card>

  <Card title="Delete" icon="trash" color="#ef4444">
    Permanently remove a webhook if it is no longer needed.
  </Card>
</CardGroup>

## Adding a Webhook

Follow these steps to set up a new real-time data stream.

<Steps>
  <Step title="Initiate Setup">
    Click the **+ Add Webhook** button located in the top right corner of the dashboard.
  </Step>

  <Step title="Configure Credentials">
    Enter the core details for your integration:

    * **Name:** Give your webhook a recognizable label (e.g., "Zapier Lead Sync").
    * **URL:** Paste the destination endpoint provided by your automation tool.
  </Step>

  <Step title="Assign Agents">
    Decide which assistants will use this integration.

    <img src="https://mintcdn.com/ravanai-63bcda11/kAfVdhzDDdNgqKHe/assets/images/webhook-add.png?fit=max&auto=format&n=kAfVdhzDDdNgqKHe&q=85&s=c99291dd0028a7af5edb8daaed8d0408" alt="Add Webhook Modal" width="999" height="550" data-path="assets/images/webhook-add.png" />

    * **Selection:** You can choose **"All Agents"** to trigger for every call, or select specific bots like "Sales Bot".
  </Step>
</Steps>
