airbyte-agent-zendesk-chat 0.1.3__tar.gz → 0.1.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_agent_zendesk_chat-0.1.9/AUTH.md +93 -0
- airbyte_agent_zendesk_chat-0.1.9/CHANGELOG.md +51 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/PKG-INFO +41 -8
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/README.md +40 -7
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/REFERENCE.md +130 -180
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/__init__.py +2 -2
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_strategies.py +55 -4
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/connector_model_loader.py +29 -8
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/local_executor.py +48 -1
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/base.py +31 -1
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/security.py +9 -1
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/types.py +9 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/pyproject.toml +1 -1
- airbyte_agent_zendesk_chat-0.1.3/CHANGELOG.md +0 -21
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/.gitignore +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/connector.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/connector_model.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/models.py +7 -7
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.9}/airbyte_agent_zendesk_chat/types.py +0 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# Zendesk-Chat authentication and configuration
|
|
2
|
+
|
|
3
|
+
This page documents the authentication and configuration options for the Zendesk-Chat agent connector.
|
|
4
|
+
|
|
5
|
+
## Authentication
|
|
6
|
+
|
|
7
|
+
### Open source execution
|
|
8
|
+
|
|
9
|
+
In open source mode, you provide API credentials directly to the connector.
|
|
10
|
+
|
|
11
|
+
#### OAuth
|
|
12
|
+
|
|
13
|
+
| Field Name | Type | Required | Description |
|
|
14
|
+
|------------|------|----------|-------------|
|
|
15
|
+
| `access_token` | `str` | Yes | Your Zendesk Chat OAuth 2.0 access token |
|
|
16
|
+
|
|
17
|
+
```python
|
|
18
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
19
|
+
from airbyte_agent_zendesk-chat.models import ZendeskChatAuthConfig
|
|
20
|
+
|
|
21
|
+
connector = ZendeskChatConnector(
|
|
22
|
+
auth_config=ZendeskChatAuthConfig(
|
|
23
|
+
access_token="<Your Zendesk Chat OAuth 2.0 access token>"
|
|
24
|
+
)
|
|
25
|
+
)
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
#### Token
|
|
29
|
+
This authentication method isn't available for this connector.
|
|
30
|
+
|
|
31
|
+
### Hosted execution
|
|
32
|
+
|
|
33
|
+
In hosted mode, you first create a connector via the Airbyte API (providing your OAuth or Token credentials), then execute operations using either the Python SDK or API. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/quickstarts/tutorial-hosted).
|
|
34
|
+
|
|
35
|
+
#### OAuth
|
|
36
|
+
|
|
37
|
+
Create a connector with OAuth credentials:
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
|
|
41
|
+
-H 'Authorization: Bearer <SCOPED_TOKEN>' \
|
|
42
|
+
-H 'Content-Type: application/json' \
|
|
43
|
+
-d '{
|
|
44
|
+
"external_user_id": "<EXTERNAL_USER_ID>",
|
|
45
|
+
"connector_type": "Zendesk-Chat",
|
|
46
|
+
"name": "My Zendesk-Chat Connector",
|
|
47
|
+
"credentials": {
|
|
48
|
+
"access_token": "<Your Zendesk Chat OAuth 2.0 access token>"
|
|
49
|
+
}
|
|
50
|
+
}'
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
#### Token
|
|
54
|
+
This authentication method isn't available for this connector.
|
|
55
|
+
|
|
56
|
+
#### Execution
|
|
57
|
+
|
|
58
|
+
After creating the connector, execute operations using either the Python SDK or API.
|
|
59
|
+
|
|
60
|
+
**Python SDK**
|
|
61
|
+
|
|
62
|
+
```python
|
|
63
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
64
|
+
|
|
65
|
+
connector = ZendeskChatConnector(
|
|
66
|
+
external_user_id="<your-scoped-token>",
|
|
67
|
+
airbyte_client_id="<your-client-id>",
|
|
68
|
+
airbyte_client_secret="<your-client-secret>"
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
@agent.tool_plain # assumes you're using Pydantic AI
|
|
72
|
+
@ZendeskChatConnector.describe
|
|
73
|
+
async def zendesk-chat_execute(entity: str, action: str, params: dict | None = None):
|
|
74
|
+
return await connector.execute(entity, action, params or {})
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
**API**
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
curl -X POST 'https://api.airbyte.ai/api/v1/connectors/sources/<connector_id>/execute' \
|
|
81
|
+
-H 'Authorization: Bearer <SCOPED_TOKEN>' \
|
|
82
|
+
-H 'Content-Type: application/json' \
|
|
83
|
+
-d '{"entity": "<entity>", "action": "<action>", "params": {}}'
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## Configuration
|
|
88
|
+
|
|
89
|
+
The Zendesk-Chat connector requires the following configuration variables. These variables are used to construct the base API URL. Pass them via the `config` parameter when initializing the connector.
|
|
90
|
+
|
|
91
|
+
| Variable | Type | Required | Default | Description |
|
|
92
|
+
|----------|------|----------|---------|-------------|
|
|
93
|
+
| `subdomain` | `string` | Yes | your-subdomain | Your Zendesk subdomain (the part before .zendesk.com in your Zendesk URL) |
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Zendesk Chat changelog
|
|
2
|
+
|
|
3
|
+
## [0.1.9] - 2026-01-23
|
|
4
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
5
|
+
- Source commit: 416466da
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.8] - 2026-01-23
|
|
9
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
10
|
+
- Source commit: f17cdd8c
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
13
|
+
## [0.1.7] - 2026-01-22
|
|
14
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
15
|
+
- Source commit: 49e6dfe9
|
|
16
|
+
- SDK version: 0.1.0
|
|
17
|
+
|
|
18
|
+
## [0.1.6] - 2026-01-22
|
|
19
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
20
|
+
- Source commit: b27328e2
|
|
21
|
+
- SDK version: 0.1.0
|
|
22
|
+
|
|
23
|
+
## [0.1.5] - 2026-01-22
|
|
24
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
25
|
+
- Source commit: 1da193dd
|
|
26
|
+
- SDK version: 0.1.0
|
|
27
|
+
|
|
28
|
+
## [0.1.4] - 2026-01-22
|
|
29
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
30
|
+
- Source commit: c713ec48
|
|
31
|
+
- SDK version: 0.1.0
|
|
32
|
+
|
|
33
|
+
## [0.1.3] - 2026-01-21
|
|
34
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
35
|
+
- Source commit: 6fbe49cd
|
|
36
|
+
- SDK version: 0.1.0
|
|
37
|
+
|
|
38
|
+
## [0.1.2] - 2026-01-21
|
|
39
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
40
|
+
- Source commit: c7dab975
|
|
41
|
+
- SDK version: 0.1.0
|
|
42
|
+
|
|
43
|
+
## [0.1.1] - 2026-01-20
|
|
44
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
45
|
+
- Source commit: d6d31592
|
|
46
|
+
- SDK version: 0.1.0
|
|
47
|
+
|
|
48
|
+
## [0.1.0] - 2026-01-19
|
|
49
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
50
|
+
- Source commit: cbdcf8d3
|
|
51
|
+
- SDK version: 0.1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-zendesk-chat
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: Airbyte Zendesk-Chat Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
|
|
6
6
|
Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
|
|
@@ -87,17 +87,48 @@ uv pip install airbyte-agent-zendesk-chat
|
|
|
87
87
|
|
|
88
88
|
## Usage
|
|
89
89
|
|
|
90
|
+
Connectors can run in open source or hosted mode.
|
|
91
|
+
|
|
92
|
+
### Open source
|
|
93
|
+
|
|
94
|
+
In open source mode, you provide API credentials directly to the connector.
|
|
95
|
+
|
|
90
96
|
```python
|
|
91
|
-
from
|
|
97
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
98
|
+
from airbyte_agent_zendesk_chat.models import ZendeskChatAuthConfig
|
|
92
99
|
|
|
93
100
|
connector = ZendeskChatConnector(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
101
|
+
auth_config=ZendeskChatAuthConfig(
|
|
102
|
+
access_token="<Your Zendesk Chat OAuth 2.0 access token>"
|
|
103
|
+
)
|
|
97
104
|
)
|
|
98
|
-
|
|
105
|
+
|
|
106
|
+
@agent.tool_plain # assumes you're using Pydantic AI
|
|
107
|
+
@ZendeskChatConnector.describe
|
|
108
|
+
async def zendesk-chat_execute(entity: str, action: str, params: dict | None = None):
|
|
109
|
+
return await connector.execute(entity, action, params or {})
|
|
99
110
|
```
|
|
100
111
|
|
|
112
|
+
### Hosted
|
|
113
|
+
|
|
114
|
+
In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead.
|
|
115
|
+
|
|
116
|
+
This example assumes you've already authenticated your connector with Airbyte. See [Authentication](AUTH.md) to learn more about authenticating. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/quickstarts/tutorial-hosted).
|
|
117
|
+
|
|
118
|
+
```python
|
|
119
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
120
|
+
|
|
121
|
+
connector = ZendeskChatConnector(
|
|
122
|
+
external_user_id="<your-scoped-token>",
|
|
123
|
+
airbyte_client_id="<your-client-id>",
|
|
124
|
+
airbyte_client_secret="<your-client-secret>"
|
|
125
|
+
)
|
|
126
|
+
|
|
127
|
+
@agent.tool_plain # assumes you're using Pydantic AI
|
|
128
|
+
@ZendeskChatConnector.describe
|
|
129
|
+
async def zendesk-chat_execute(entity: str, action: str, params: dict | None = None):
|
|
130
|
+
return await connector.execute(entity, action, params or {})
|
|
131
|
+
```
|
|
101
132
|
|
|
102
133
|
## Full documentation
|
|
103
134
|
|
|
@@ -119,12 +150,14 @@ This connector supports the following entities and actions.
|
|
|
119
150
|
| Triggers | [List](./REFERENCE.md#triggers-list) |
|
|
120
151
|
|
|
121
152
|
|
|
153
|
+
For all authentication options, see the connector's [authentication documentation](AUTH.md).
|
|
154
|
+
|
|
122
155
|
For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
|
|
123
156
|
|
|
124
157
|
For the service's official API docs, see the [Zendesk-Chat API reference](https://developer.zendesk.com/api-reference/live-chat/chat-api/introduction/).
|
|
125
158
|
|
|
126
159
|
## Version information
|
|
127
160
|
|
|
128
|
-
- **Package version:** 0.1.
|
|
161
|
+
- **Package version:** 0.1.9
|
|
129
162
|
- **Connector version:** 0.1.3
|
|
130
|
-
- **Generated with Connector SDK commit SHA:**
|
|
163
|
+
- **Generated with Connector SDK commit SHA:** 416466da4970ae5fd6c7f2c658a68e047e51efd9
|
|
@@ -54,17 +54,48 @@ uv pip install airbyte-agent-zendesk-chat
|
|
|
54
54
|
|
|
55
55
|
## Usage
|
|
56
56
|
|
|
57
|
+
Connectors can run in open source or hosted mode.
|
|
58
|
+
|
|
59
|
+
### Open source
|
|
60
|
+
|
|
61
|
+
In open source mode, you provide API credentials directly to the connector.
|
|
62
|
+
|
|
57
63
|
```python
|
|
58
|
-
from
|
|
64
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
65
|
+
from airbyte_agent_zendesk_chat.models import ZendeskChatAuthConfig
|
|
59
66
|
|
|
60
67
|
connector = ZendeskChatConnector(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
68
|
+
auth_config=ZendeskChatAuthConfig(
|
|
69
|
+
access_token="<Your Zendesk Chat OAuth 2.0 access token>"
|
|
70
|
+
)
|
|
64
71
|
)
|
|
65
|
-
|
|
72
|
+
|
|
73
|
+
@agent.tool_plain # assumes you're using Pydantic AI
|
|
74
|
+
@ZendeskChatConnector.describe
|
|
75
|
+
async def zendesk-chat_execute(entity: str, action: str, params: dict | None = None):
|
|
76
|
+
return await connector.execute(entity, action, params or {})
|
|
66
77
|
```
|
|
67
78
|
|
|
79
|
+
### Hosted
|
|
80
|
+
|
|
81
|
+
In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead.
|
|
82
|
+
|
|
83
|
+
This example assumes you've already authenticated your connector with Airbyte. See [Authentication](AUTH.md) to learn more about authenticating. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/quickstarts/tutorial-hosted).
|
|
84
|
+
|
|
85
|
+
```python
|
|
86
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
87
|
+
|
|
88
|
+
connector = ZendeskChatConnector(
|
|
89
|
+
external_user_id="<your-scoped-token>",
|
|
90
|
+
airbyte_client_id="<your-client-id>",
|
|
91
|
+
airbyte_client_secret="<your-client-secret>"
|
|
92
|
+
)
|
|
93
|
+
|
|
94
|
+
@agent.tool_plain # assumes you're using Pydantic AI
|
|
95
|
+
@ZendeskChatConnector.describe
|
|
96
|
+
async def zendesk-chat_execute(entity: str, action: str, params: dict | None = None):
|
|
97
|
+
return await connector.execute(entity, action, params or {})
|
|
98
|
+
```
|
|
68
99
|
|
|
69
100
|
## Full documentation
|
|
70
101
|
|
|
@@ -86,12 +117,14 @@ This connector supports the following entities and actions.
|
|
|
86
117
|
| Triggers | [List](./REFERENCE.md#triggers-list) |
|
|
87
118
|
|
|
88
119
|
|
|
120
|
+
For all authentication options, see the connector's [authentication documentation](AUTH.md).
|
|
121
|
+
|
|
89
122
|
For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
|
|
90
123
|
|
|
91
124
|
For the service's official API docs, see the [Zendesk-Chat API reference](https://developer.zendesk.com/api-reference/live-chat/chat-api/introduction/).
|
|
92
125
|
|
|
93
126
|
## Version information
|
|
94
127
|
|
|
95
|
-
- **Package version:** 0.1.
|
|
128
|
+
- **Package version:** 0.1.9
|
|
96
129
|
- **Connector version:** 0.1.3
|
|
97
|
-
- **Generated with Connector SDK commit SHA:**
|
|
130
|
+
- **Generated with Connector SDK commit SHA:** 416466da4970ae5fd6c7f2c658a68e047e51efd9
|