Airbyte Zendesk-Chat Connector for AI platforms
Project description
Zendesk-Chat agent connector
Zendesk Chat enables real-time customer support through live chat. This connector provides access to chat transcripts, agents, departments, shortcuts, triggers, and other chat configuration data for analytics and support insights.
Supported Entities
- accounts: Account information and billing details
- agents: Chat agents with roles and department assignments
- agent_timeline: Agent activity timeline (incremental export)
- bans: Banned visitors (IP and visitor-based)
- chats: Chat transcripts with full conversation history (incremental export)
- departments: Chat departments for routing
- goals: Conversion goals for tracking
- roles: Agent role definitions
- routing_settings: Account-level routing configuration
- shortcuts: Canned responses for agents
- skills: Agent skills for skill-based routing
- triggers: Automated chat triggers
Rate Limits
Zendesk Chat API uses the Retry-After header for rate limit backoff.
The connector handles this automatically.
Example questions
The Zendesk-Chat connector is optimized to handle prompts like these.
- Show me all chats from last week
- List all agents in the support department
- What are the most used chat shortcuts?
- Show chat volume by department
- List all banned visitors
- What triggers are currently active?
- Show agent activity timeline for today
- List all departments with their settings
Unsupported questions
The Zendesk-Chat connector isn't currently able to handle prompts like these.
- Start a new chat session
- Send a message to a visitor
- Create a new agent
- Update department settings
- Delete a shortcut
Installation
uv pip install airbyte-agent-zendesk-chat
Usage
from airbyte_agent_zendesk_chat import ZendeskChatConnector, ZendeskChatAuthConfig
connector = ZendeskChatConnector(
auth_config=ZendeskChatAuthConfig(
access_token="..."
)
)
result = await connector.accounts.get()
Full documentation
This connector supports the following entities and actions.
| Entity | Actions |
|---|---|
| Accounts | Get |
| Agents | List, Get |
| Agent Timeline | List |
| Bans | List, Get |
| Chats | List, Get |
| Departments | List, Get |
| Goals | List, Get |
| Roles | List, Get |
| Routing Settings | Get |
| Shortcuts | List, Get |
| Skills | List, Get |
| Triggers | List |
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-Chat API reference.
Version information
- Package version: 0.1.3
- Connector version: 0.1.3
- Generated with Connector SDK commit SHA: 6fbe49cd29847836209576c7ba21d94aacc1d834
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_chat-0.1.3.tar.gz.
File metadata
- Download URL: airbyte_agent_zendesk_chat-0.1.3.tar.gz
- Upload date:
- Size: 114.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d07847aa96c21c95fedad051efb88f6b6c23ec2cc0f1e9811651890a0994a436
|
|
| MD5 |
51230325460b9e3447f57cc113e619c1
|
|
| BLAKE2b-256 |
80d8066ee1ece44f2ae67227e92c37f19e841f8e015a22f1ff37c8c83e46c1ce
|
File details
Details for the file airbyte_agent_zendesk_chat-0.1.3-py3-none-any.whl.
File metadata
- Download URL: airbyte_agent_zendesk_chat-0.1.3-py3-none-any.whl
- Upload date:
- Size: 137.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f91989bd8d75b1fc96ff129bc9640fa2ebc2afde4b0bca4dbb6f9654b4a2311
|
|
| MD5 |
a7d13333b472871d6aaea02206d59f97
|
|
| BLAKE2b-256 |
7976d1afa9f6d03d00c968288539b4cf29e6cf13d02ffa12fab2bcf0ff58846e
|