ZendeskTools enable an Agent to access Zendesk API to search for articles.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
The following example requires therequests library and auth credentials.
Example
The following agent will run seach Zendesk for “How do I login?” and print the response.cookbook/tools/zendesk_tools.py
Toolkit Params
| Parameter | Type | Default | Description |
|---|---|---|---|
username | str | - | The username used for authentication or identification purposes. |
password | str | - | The password associated with the username for authentication purposes. |
company_name | str | - | The name of the company related to the user or the data being accessed. |
Toolkit Functions
| Function | Description |
|---|---|
search_zendesk | This function searches for articles in Zendesk Help Center that match the given search string. |