# Webhooks

Use webhooks in your automations to send data to another URL. Let's go over them in this article! If you have another software or CRM that you want to send contact's to, then you can send them there using this action, so let's go over it!

{% embed url="<https://youtu.be/Aue4AVbr7TA>" %}

## Step 1:

Select the (**+)** in the automation where you want to send a webhook.&#x20;

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

## Step 2:

Select **Workflow** and choose **Webhook.**

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

Paste the URL of your webhook in the provided field and click **Add** - that's it!

![](/files/J3j8KWQX7sHxCGRctGMS)


---

# 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.funnelish.com/automations/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.
