# Webhooks

### What are Web-hooks ?

Webhooks are URLs where VoiceGenie sends data collected from customer interactions during a campaign. This data can include call duration, user age, location, and other relevant details. Webhooks allow you to automate processes based on this information.

### Where are webhooks used?

Webhooks are used when creating campaigns, you can specify a webhook to receive the collected data.

<figure><img src="/files/8sjELfy88jUsymmfRfIO" alt=""><figcaption></figcaption></figure>

**How to Add Webhooks:**

1. Go to the **Assistant** section.
2. Open the **Post Call Analysis** tab.
3. Click **Enable** to activate the feature.
4. Select the **“+”** icon to add a webhook.
5. Choose one of the following options:

* **Use existing webhook** — to connect an already created webhook.
* **Add new webhook** — to set up a new one.

6. Once configured, proceed to campaign creation.
7. During campaign setup, you can view whether the webhook is **Enabled** or **Disabled**.

<figure><img src="/files/tadIkV4xwfycXK0j66yj" alt=""><figcaption></figcaption></figure>

<details>

<summary>See webhooks in campaigns for more information</summary>

<https://voicegenie.gitbook.io/voicegenie-ai/product-guides/campaigns/post-campaign-analytics#id-3-webhooks>

</details>

<https://app.voicegenie.ai/>


---

# 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://voicegenie.gitbook.io/voicegenie-ai/product-guides/assistants/creating-an-assistant/actions/webhooks.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.
