Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/agentkit/connectors/zendesk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ import { SectionAfterSetupZendeskCommonWorkflows } from '@components/templates'

Connect this agent connector to let your agent:

- **List webhooks, view tickets, user identities** — List all webhooks configured for the Zendesk account
- **Delete theme, webhook, view** — Delete a Guide theme by its ID
- **List themes, webhooks, view tickets** — List the Guide themes installed on the account, optionally filtered by brand
- **Publish theme** — Publish a Guide theme, making it the live theme shown to end users in the Help Center
- **Get theme, webhook, view** — Retrieve a single Guide theme by its ID
- **Update webhook, view, user** — Update an existing webhook's configuration
- **Get webhook, view, view count** — Retrieve a single webhook by ID, including its endpoint, HTTP method, request format, and status
- **Delete webhook, view, user** — Permanently delete a webhook
- **Create webhook, view, user identity** — Create a new webhook to receive Zendesk event notifications at a callback URL
- **Execute view** — Execute a view and return its column titles and ticket rows, as they would render in the Zendesk agent UI

## Common workflows

Expand Down
8 changes: 4 additions & 4 deletions src/content/docs/agentkit/connectors/zendeskoauth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ import { QuickstartGenericOauthSection } from '@components/templates'

Connect this agent connector to let your agent:

- **List webhooks, view tickets, user identities** — List all webhooks configured for the Zendesk account
- **Delete theme, webhook, view** — Delete a Guide theme by its ID
- **List themes, webhooks, view tickets** — List the Guide themes installed on the account, optionally filtered by brand
- **Publish theme** — Publish a Guide theme, making it the live theme shown to end users in the Help Center
- **Get theme, webhook, view** — Retrieve a single Guide theme by its ID
- **Update webhook, view, user** — Update an existing webhook's configuration
- **Get webhook, view, view count** — Retrieve a single webhook by ID, including its endpoint, HTTP method, request format, and status
- **Delete webhook, view, user** — Permanently delete a webhook
- **Create webhook, view, user identity** — Create a new webhook to receive Zendesk event notifications at a callback URL
- **Execute view** — Execute a view and return its column titles and ticket rows, as they would render in the Zendesk agent UI

## Tool list

Expand Down
Loading