airbyte-agent-zendesk-support 0.18.56__tar.gz → 0.18.57__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_support-0.18.57/AUTH.md +128 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/CHANGELOG.md +5 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/PKG-INFO +3 -3
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/README.md +2 -2
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_strategies.py +1 -3
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py +1 -3
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/pyproject.toml +1 -1
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/.gitignore +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/REFERENCE.md +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/connector.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/connector_model.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/airbyte_agent_zendesk_support/types.py +0 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# Zendesk-Support authentication and configuration
|
|
2
|
+
|
|
3
|
+
This page documents the authentication and configuration options for the Zendesk-Support 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 | OAuth 2.0 access token |
|
|
16
|
+
| `refresh_token` | `str` | No | OAuth 2.0 refresh token (optional) |
|
|
17
|
+
|
|
18
|
+
```python
|
|
19
|
+
from airbyte_agent_zendesk-support import ZendeskSupportConnector
|
|
20
|
+
from airbyte_agent_zendesk-support.models import ZendeskSupportOauth20AuthConfig
|
|
21
|
+
|
|
22
|
+
connector = ZendeskSupportConnector(
|
|
23
|
+
auth_config=ZendeskSupportOauth20AuthConfig(
|
|
24
|
+
access_token="<OAuth 2.0 access token>",
|
|
25
|
+
refresh_token="<OAuth 2.0 refresh token (optional)>"
|
|
26
|
+
)
|
|
27
|
+
)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
#### Token
|
|
31
|
+
|
|
32
|
+
| Field Name | Type | Required | Description |
|
|
33
|
+
|------------|------|----------|-------------|
|
|
34
|
+
| `email` | `str` | Yes | Your Zendesk account email address |
|
|
35
|
+
| `api_token` | `str` | Yes | Your Zendesk API token from Admin Center |
|
|
36
|
+
|
|
37
|
+
```python
|
|
38
|
+
from airbyte_agent_zendesk-support import ZendeskSupportConnector
|
|
39
|
+
from airbyte_agent_zendesk-support.models import ZendeskSupportApiTokenAuthConfig
|
|
40
|
+
|
|
41
|
+
connector = ZendeskSupportConnector(
|
|
42
|
+
auth_config=ZendeskSupportApiTokenAuthConfig(
|
|
43
|
+
email="<Your Zendesk account email address>",
|
|
44
|
+
api_token="<Your Zendesk API token from Admin Center>"
|
|
45
|
+
)
|
|
46
|
+
)
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### Hosted execution
|
|
50
|
+
|
|
51
|
+
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).
|
|
52
|
+
|
|
53
|
+
#### OAuth
|
|
54
|
+
|
|
55
|
+
Create a connector with OAuth credentials:
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
curl -X POST 'https://api.airbyte.ai/v1/integrations/sources' \
|
|
59
|
+
-H 'Authorization: Bearer <SCOPED_TOKEN>' \
|
|
60
|
+
-H 'Content-Type: application/json' \
|
|
61
|
+
-d '{
|
|
62
|
+
"workspace_id": "<WORKSPACE_ID>",
|
|
63
|
+
"source_template_id": "<SOURCE_TEMPLATE_ID>",
|
|
64
|
+
"name": "My Zendesk-Support Connector",
|
|
65
|
+
"credentials": {
|
|
66
|
+
"access_token": "<OAuth 2.0 access token>",
|
|
67
|
+
"refresh_token": "<OAuth 2.0 refresh token (optional)>"
|
|
68
|
+
}
|
|
69
|
+
}'
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
#### Token
|
|
73
|
+
|
|
74
|
+
Create a connector with Token credentials:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
curl -X POST 'https://api.airbyte.ai/v1/integrations/sources' \
|
|
78
|
+
-H 'Authorization: Bearer <SCOPED_TOKEN>' \
|
|
79
|
+
-H 'Content-Type: application/json' \
|
|
80
|
+
-d '{
|
|
81
|
+
"workspace_id": "<WORKSPACE_ID>",
|
|
82
|
+
"source_template_id": "<SOURCE_TEMPLATE_ID>",
|
|
83
|
+
"name": "My Zendesk-Support Connector",
|
|
84
|
+
"credentials": {
|
|
85
|
+
"email": "<Your Zendesk account email address>",
|
|
86
|
+
"api_token": "<Your Zendesk API token from Admin Center>"
|
|
87
|
+
}
|
|
88
|
+
}'
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
#### Execution
|
|
92
|
+
|
|
93
|
+
After creating the connector, execute operations using either the Python SDK or API.
|
|
94
|
+
|
|
95
|
+
**Python SDK**
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
from airbyte_agent_zendesk-support import ZendeskSupportConnector
|
|
99
|
+
|
|
100
|
+
connector = ZendeskSupportConnector(
|
|
101
|
+
external_user_id="<your-scoped-token>",
|
|
102
|
+
airbyte_client_id="<your-client-id>",
|
|
103
|
+
airbyte_client_secret="<your-client-secret>"
|
|
104
|
+
)
|
|
105
|
+
|
|
106
|
+
@agent.tool_plain # assumes you're using Pydantic AI
|
|
107
|
+
@ZendeskSupportConnector.describe
|
|
108
|
+
async def zendesk-support_execute(entity: str, action: str, params: dict | None = None):
|
|
109
|
+
return await connector.execute(entity, action, params or {})
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
**API**
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
curl -X POST 'https://api.airbyte.ai/api/v1/connectors/sources/<connector_id>/execute' \
|
|
116
|
+
-H 'Authorization: Bearer <SCOPED_TOKEN>' \
|
|
117
|
+
-H 'Content-Type: application/json' \
|
|
118
|
+
-d '{"entity": "<entity>", "action": "<action>", "params": {}}'
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## Configuration
|
|
123
|
+
|
|
124
|
+
The Zendesk-Support 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.
|
|
125
|
+
|
|
126
|
+
| Variable | Type | Required | Default | Description |
|
|
127
|
+
|----------|------|----------|---------|-------------|
|
|
128
|
+
| `subdomain` | `string` | Yes | your-subdomain | Your Zendesk subdomain |
|
{airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/CHANGELOG.md
RENAMED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Zendesk Support changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.57] - 2026-01-22
|
|
4
|
+
- Updated connector definition (YAML version 0.1.7)
|
|
5
|
+
- Source commit: 49e6dfe9
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.18.56] - 2026-01-22
|
|
4
9
|
- Updated connector definition (YAML version 0.1.7)
|
|
5
10
|
- Source commit: b27328e2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-zendesk-support
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.57
|
|
4
4
|
Summary: Airbyte Zendesk-Support 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/
|
|
@@ -153,6 +153,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
153
153
|
|
|
154
154
|
## Version information
|
|
155
155
|
|
|
156
|
-
- **Package version:** 0.18.
|
|
156
|
+
- **Package version:** 0.18.57
|
|
157
157
|
- **Connector version:** 0.1.7
|
|
158
|
-
- **Generated with Connector SDK commit SHA:**
|
|
158
|
+
- **Generated with Connector SDK commit SHA:** 49e6dfe93fc406c8d2ed525372608fa2766ebece
|
|
@@ -120,6 +120,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
120
120
|
|
|
121
121
|
## Version information
|
|
122
122
|
|
|
123
|
-
- **Package version:** 0.18.
|
|
123
|
+
- **Package version:** 0.18.57
|
|
124
124
|
- **Connector version:** 0.1.7
|
|
125
|
-
- **Generated with Connector SDK commit SHA:**
|
|
125
|
+
- **Generated with Connector SDK commit SHA:** 49e6dfe93fc406c8d2ed525372608fa2766ebece
|
|
@@ -634,9 +634,7 @@ class OAuth2AuthStrategy(AuthStrategy):
|
|
|
634
634
|
Headers dict with additional headers added
|
|
635
635
|
"""
|
|
636
636
|
# Build template context with extracted secret values
|
|
637
|
-
template_context = {
|
|
638
|
-
key: extract_secret_value(value) for key, value in secrets.items()
|
|
639
|
-
}
|
|
637
|
+
template_context = {key: extract_secret_value(value) for key, value in secrets.items()}
|
|
640
638
|
|
|
641
639
|
for header_name, value_template in additional_headers.items():
|
|
642
640
|
# Use Jinja2 templating for variable substitution
|
|
@@ -694,9 +694,7 @@ class LocalExecutor:
|
|
|
694
694
|
"""
|
|
695
695
|
return {key: value for key, value in params.items() if key in allowed_fields and value is not None}
|
|
696
696
|
|
|
697
|
-
def _extract_header_params(
|
|
698
|
-
self, endpoint: EndpointDefinition, params: dict[str, Any], body: dict[str, Any] | None = None
|
|
699
|
-
) -> dict[str, str]:
|
|
697
|
+
def _extract_header_params(self, endpoint: EndpointDefinition, params: dict[str, Any], body: dict[str, Any] | None = None) -> dict[str, str]:
|
|
700
698
|
"""Extract header parameters from params and schema defaults.
|
|
701
699
|
|
|
702
700
|
Also adds Content-Type header when there's a request body (unless already specified
|
|
File without changes
|
{airbyte_agent_zendesk_support-0.18.56 → airbyte_agent_zendesk_support-0.18.57}/REFERENCE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|