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

# Zenduty

> Zenduty docs

<img src="https://mintcdn.com/keep-docs/LjPasDs8HZ8u-5Qy/images/zenduty.jpeg?fit=max&auto=format&n=LjPasDs8HZ8u-5Qy&q=85&s=ef5901bf2587a9b6b292c82f005e3e6f" alt="User key" width="2868" height="636" data-path="images/zenduty.jpeg" />

## Authentication

This provider requires authentication.

* **api\_key**: Zenduty api key (required: True, sensitive: True)

## In workflows

This provider can be used in workflows.

As "action" to make changes or update data, example:

```yaml theme={null}
actions:
    - name: Query zenduty
      provider: zenduty
      config: "{{ provider.my_provider_name }}"
      with:
        title: {value}  # Title of the incident
        summary: {value}  # Summary of the incident
        service: {value}  # Service ID in Zenduty
        user: {value}  # User ID in Zenduty
        policy: {value}  # Policy ID in Zenduty
```

If you need workflow examples with this provider, please raise a [GitHub issue](https://github.com/keephq/keep/issues).

## Authentication configuration example:

```
zenduty:
  authentication:
    api_key: XXXXXXXXXXXXXXXX
```

## Useful Links

* [https://docs.zenduty.com/docs/api](https://docs.zenduty.com/docs/api)
