airbyte-agent-zendesk-chat 0.1.3__tar.gz → 0.1.10__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.
Potentially problematic release.
This version of airbyte-agent-zendesk-chat might be problematic. Click here for more details.
- airbyte_agent_zendesk_chat-0.1.10/AUTH.md +93 -0
- airbyte_agent_zendesk_chat-0.1.10/CHANGELOG.md +56 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/PKG-INFO +46 -9
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/README.md +45 -8
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/REFERENCE.md +143 -161
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/__init__.py +2 -2
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/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.10}/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.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/base.py +34 -2
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/extensions.py +71 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/types.py +9 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/connector.py +1 -1
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/connector_model.py +2 -1
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/.gitignore +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/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.10}/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.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/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.10}/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.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/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.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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.10}/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.10}/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.10}/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.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/models.py +17 -17
- {airbyte_agent_zendesk_chat-0.1.3 → airbyte_agent_zendesk_chat-0.1.10}/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,56 @@
|
|
|
1
|
+
# Zendesk Chat changelog
|
|
2
|
+
|
|
3
|
+
## [0.1.10] - 2026-01-23
|
|
4
|
+
- Updated connector definition (YAML version 0.1.4)
|
|
5
|
+
- Source commit: 049f6ad5
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.9] - 2026-01-23
|
|
9
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
10
|
+
- Source commit: 416466da
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
13
|
+
## [0.1.8] - 2026-01-23
|
|
14
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
15
|
+
- Source commit: f17cdd8c
|
|
16
|
+
- SDK version: 0.1.0
|
|
17
|
+
|
|
18
|
+
## [0.1.7] - 2026-01-22
|
|
19
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
20
|
+
- Source commit: 49e6dfe9
|
|
21
|
+
- SDK version: 0.1.0
|
|
22
|
+
|
|
23
|
+
## [0.1.6] - 2026-01-22
|
|
24
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
25
|
+
- Source commit: b27328e2
|
|
26
|
+
- SDK version: 0.1.0
|
|
27
|
+
|
|
28
|
+
## [0.1.5] - 2026-01-22
|
|
29
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
30
|
+
- Source commit: 1da193dd
|
|
31
|
+
- SDK version: 0.1.0
|
|
32
|
+
|
|
33
|
+
## [0.1.4] - 2026-01-22
|
|
34
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
35
|
+
- Source commit: c713ec48
|
|
36
|
+
- SDK version: 0.1.0
|
|
37
|
+
|
|
38
|
+
## [0.1.3] - 2026-01-21
|
|
39
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
40
|
+
- Source commit: 6fbe49cd
|
|
41
|
+
- SDK version: 0.1.0
|
|
42
|
+
|
|
43
|
+
## [0.1.2] - 2026-01-21
|
|
44
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
45
|
+
- Source commit: c7dab975
|
|
46
|
+
- SDK version: 0.1.0
|
|
47
|
+
|
|
48
|
+
## [0.1.1] - 2026-01-20
|
|
49
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
50
|
+
- Source commit: d6d31592
|
|
51
|
+
- SDK version: 0.1.0
|
|
52
|
+
|
|
53
|
+
## [0.1.0] - 2026-01-19
|
|
54
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
55
|
+
- Source commit: cbdcf8d3
|
|
56
|
+
- 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.10
|
|
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,52 @@ 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
|
+
|
|
96
|
+
```python
|
|
97
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
98
|
+
from airbyte_agent_zendesk_chat.models import ZendeskChatAuthConfig
|
|
99
|
+
|
|
100
|
+
connector = ZendeskChatConnector(
|
|
101
|
+
auth_config=ZendeskChatAuthConfig(
|
|
102
|
+
access_token="<Your Zendesk Chat OAuth 2.0 access token>"
|
|
103
|
+
)
|
|
104
|
+
)
|
|
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 {})
|
|
110
|
+
```
|
|
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
|
+
|
|
90
118
|
```python
|
|
91
|
-
from
|
|
119
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
92
120
|
|
|
93
121
|
connector = ZendeskChatConnector(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
122
|
+
external_user_id="<your-scoped-token>",
|
|
123
|
+
airbyte_client_id="<your-client-id>",
|
|
124
|
+
airbyte_client_secret="<your-client-secret>"
|
|
97
125
|
)
|
|
98
|
-
|
|
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 {})
|
|
99
131
|
```
|
|
100
132
|
|
|
133
|
+
## Replication Configuration
|
|
134
|
+
|
|
135
|
+
This connector supports replication configuration for MULTI mode sources. See the [full reference documentation](./REFERENCE.md#replication-configuration) for details on available options like `start_date`.
|
|
101
136
|
|
|
102
137
|
## Full documentation
|
|
103
138
|
|
|
@@ -119,12 +154,14 @@ This connector supports the following entities and actions.
|
|
|
119
154
|
| Triggers | [List](./REFERENCE.md#triggers-list) |
|
|
120
155
|
|
|
121
156
|
|
|
157
|
+
For all authentication options, see the connector's [authentication documentation](AUTH.md).
|
|
158
|
+
|
|
122
159
|
For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
|
|
123
160
|
|
|
124
161
|
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
162
|
|
|
126
163
|
## Version information
|
|
127
164
|
|
|
128
|
-
- **Package version:** 0.1.
|
|
129
|
-
- **Connector version:** 0.1.
|
|
130
|
-
- **Generated with Connector SDK commit SHA:**
|
|
165
|
+
- **Package version:** 0.1.10
|
|
166
|
+
- **Connector version:** 0.1.4
|
|
167
|
+
- **Generated with Connector SDK commit SHA:** 049f6ad546186bde8303b77e0e1001a831a58654
|
|
@@ -54,17 +54,52 @@ 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
|
+
|
|
63
|
+
```python
|
|
64
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
65
|
+
from airbyte_agent_zendesk_chat.models import ZendeskChatAuthConfig
|
|
66
|
+
|
|
67
|
+
connector = ZendeskChatConnector(
|
|
68
|
+
auth_config=ZendeskChatAuthConfig(
|
|
69
|
+
access_token="<Your Zendesk Chat OAuth 2.0 access token>"
|
|
70
|
+
)
|
|
71
|
+
)
|
|
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 {})
|
|
77
|
+
```
|
|
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
|
+
|
|
57
85
|
```python
|
|
58
|
-
from
|
|
86
|
+
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
59
87
|
|
|
60
88
|
connector = ZendeskChatConnector(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
89
|
+
external_user_id="<your-scoped-token>",
|
|
90
|
+
airbyte_client_id="<your-client-id>",
|
|
91
|
+
airbyte_client_secret="<your-client-secret>"
|
|
64
92
|
)
|
|
65
|
-
|
|
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 {})
|
|
66
98
|
```
|
|
67
99
|
|
|
100
|
+
## Replication Configuration
|
|
101
|
+
|
|
102
|
+
This connector supports replication configuration for MULTI mode sources. See the [full reference documentation](./REFERENCE.md#replication-configuration) for details on available options like `start_date`.
|
|
68
103
|
|
|
69
104
|
## Full documentation
|
|
70
105
|
|
|
@@ -86,12 +121,14 @@ This connector supports the following entities and actions.
|
|
|
86
121
|
| Triggers | [List](./REFERENCE.md#triggers-list) |
|
|
87
122
|
|
|
88
123
|
|
|
124
|
+
For all authentication options, see the connector's [authentication documentation](AUTH.md).
|
|
125
|
+
|
|
89
126
|
For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
|
|
90
127
|
|
|
91
128
|
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
129
|
|
|
93
130
|
## Version information
|
|
94
131
|
|
|
95
|
-
- **Package version:** 0.1.
|
|
96
|
-
- **Connector version:** 0.1.
|
|
97
|
-
- **Generated with Connector SDK commit SHA:**
|
|
132
|
+
- **Package version:** 0.1.10
|
|
133
|
+
- **Connector version:** 0.1.4
|
|
134
|
+
- **Generated with Connector SDK commit SHA:** 049f6ad546186bde8303b77e0e1001a831a58654
|