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

# Zammad

> The Zammad connector enables integration with the Zammad ticket system and the management of support requests. With this connector you can find tickets.

## Optionen

<ParamField body="url" type="string" required>
  The base URL of the Zammad instance.
</ParamField>

<ParamField body="token" type="string" required>
  The API token for authentication.
</ParamField>

## Argumente

<ParamField body="searchterm" type="string" required>
  The search term to search for tickets.

  Example:

  ```
  The searchterm to search for tickets
  ```
</ParamField>
