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

# Webhook

> The Webhook connector enables sending HTTP requests to external APIs and systems. With this connector, you can transmit data to other applications and create automated workflows between different systems.

## Options

<ParamField body="url" type="string" required>
  The endpoint URL of the webhook.
</ParamField>

## Arguments

<ParamField body="data" type="object" required>
  The data to be sent as a JSON object.
  Example:

  ```
  A JSON string with data for the webhook. Example: {"key1": "value1", "key2": 123}
  ```
</ParamField>
