Airbyte Zendesk-Support Connector for AI platforms
Project description
Zendesk-Support agent connector
Zendesk Support is a customer service platform that helps businesses manage support tickets, customer interactions, and help center content. This connector provides access to tickets, users, organizations, groups, comments, attachments, automations, triggers, macros, views, satisfaction ratings, SLA policies, and help center articles for customer support analytics and service performance insights.
Example questions
- Show me the tickets assigned to me last week
- What are the top 5 support issues our organization has faced this month?
- List all unresolved tickets for [customerX]
- Analyze the satisfaction ratings for our support team in the last 30 days
- Compare ticket resolution times across different support groups
- Show me the details of recent tickets tagged with [specific tag]
- Identify the most common ticket fields used in our support workflow
- Summarize the performance of our SLA policies this quarter
Unsupported questions
- Create a new support ticket for [customerX]
- Update the priority of this ticket
- Assign this ticket to [teamMember]
- Delete these old support tickets
- Send an automatic response to [customerX]
Installation
uv pip install airbyte-agent-zendesk-support
Usage
from airbyte_agent_zendesk_support import ZendeskSupportConnector, ZendeskSupportAuthConfig
connector = ZendeskSupportConnector(
auth_config=ZendeskSupportAuthConfig(
access_token="...",
refresh_token="..."
)
)
result = await connector.tickets.list()
Full documentation
This connector supports the following entities and actions.
| Entity | Actions |
|---|---|
| Tickets | List, Get |
| Users | List, Get |
| Organizations | List, Get |
| Groups | List, Get |
| Ticket Comments | List |
| Attachments | Get, Download |
| Ticket Audits | List, List |
| Ticket Metrics | List |
| Ticket Fields | List, Get |
| Brands | List, Get |
| Views | List, Get |
| Macros | List, Get |
| Triggers | List, Get |
| Automations | List, Get |
| Tags | List |
| Satisfaction Ratings | List, Get |
| Group Memberships | List |
| Organization Memberships | List |
| Sla Policies | List, Get |
| Ticket Forms | List, Get |
| Articles | List, Get |
| Article Attachments | List, Get, Download |
For detailed documentation on available actions and parameters, see this connector's full reference documentation.
For the service's official API docs, see the Zendesk-Support API reference.
Version information
- Package version: 0.18.20
- Connector version: 0.1.3
- Generated with Connector SDK commit SHA: af45652142962c8574c427e5e2e6eb2db22445eb
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_agent_zendesk_support-0.18.20.tar.gz.
File metadata
- Download URL: airbyte_agent_zendesk_support-0.18.20.tar.gz
- Upload date:
- Size: 114.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a101279293987657f7823b1e2f3caf2245d8d3af997448efa3b00986712f579
|
|
| MD5 |
2ce05dd921ce1b4c7709781fde7312e7
|
|
| BLAKE2b-256 |
a1bd4300303a459dc91d37d8cfbc971ebfbc63757d21a084a9b98e88c1e9c766
|
File details
Details for the file airbyte_agent_zendesk_support-0.18.20-py3-none-any.whl.
File metadata
- Download URL: airbyte_agent_zendesk_support-0.18.20-py3-none-any.whl
- Upload date:
- Size: 134.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59d5fe5840a8ba95e92952af5e8ded57d671b6f6353161effec58710abe3da43
|
|
| MD5 |
55969cf4f9950a445600cc46d0f23a5e
|
|
| BLAKE2b-256 |
37423bbf4883ec72a7467e3e3aa0cab26df1da5a762b4783f8a1d38a9381f167
|