> ## 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

> Der Webhook-Konnektor ermöglicht das Senden von HTTP-Anfragen an externe APIs und Systeme. Mit diesem Konnektor können Sie Daten an andere Anwendungen übertragen und automatisierte Workflows zwischen verschiedenen Systemen erstellen.

## Optionen

<ParamField body="url" type="string" required>
  Die Endpoint-URL des Webhooks.
</ParamField>

## Argumente

<ParamField body="data" type="object" required>
  Die zu sendenden Daten als JSON-Objekt.
  Beispiel:

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