airbyte-agent-zendesk-support 0.18.19__tar.gz → 0.18.20__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.19 → airbyte_agent_zendesk_support-0.18.20}/CHANGELOG.md +5 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/PKG-INFO +4 -4
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/README.md +3 -3
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/REFERENCE.md +38 -38
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/pyproject.toml +1 -1
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/.gitignore +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/connector.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/connector_model.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/airbyte_agent_zendesk_support/types.py +0 -0
{airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/CHANGELOG.md
RENAMED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Zendesk Support changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.20] - 2025-12-17
|
|
4
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
5
|
+
- Source commit: af456521
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.18.19] - 2025-12-17
|
|
4
9
|
- Updated connector definition (YAML version 0.1.3)
|
|
5
10
|
- Source commit: 6a6c981e
|
|
@@ -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.20
|
|
4
4
|
Summary: Airbyte Zendesk-Support Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-embedded
|
|
6
6
|
Project-URL: Documentation, https://github.com/airbytehq/airbyte-embedded/tree/main/integrations
|
|
@@ -77,7 +77,7 @@ connector = ZendeskSupportConnector(
|
|
|
77
77
|
refresh_token="..."
|
|
78
78
|
)
|
|
79
79
|
)
|
|
80
|
-
result = connector.tickets.list()
|
|
80
|
+
result = await connector.tickets.list()
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
## Full documentation
|
|
@@ -116,6 +116,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
116
116
|
|
|
117
117
|
## Version information
|
|
118
118
|
|
|
119
|
-
- **Package version:** 0.18.
|
|
119
|
+
- **Package version:** 0.18.20
|
|
120
120
|
- **Connector version:** 0.1.3
|
|
121
|
-
- **Generated with Connector SDK commit SHA:**
|
|
121
|
+
- **Generated with Connector SDK commit SHA:** af45652142962c8574c427e5e2e6eb2db22445eb
|
|
@@ -43,7 +43,7 @@ connector = ZendeskSupportConnector(
|
|
|
43
43
|
refresh_token="..."
|
|
44
44
|
)
|
|
45
45
|
)
|
|
46
|
-
result = connector.tickets.list()
|
|
46
|
+
result = await connector.tickets.list()
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
## Full documentation
|
|
@@ -82,6 +82,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
82
82
|
|
|
83
83
|
## Version information
|
|
84
84
|
|
|
85
|
-
- **Package version:** 0.18.
|
|
85
|
+
- **Package version:** 0.18.20
|
|
86
86
|
- **Connector version:** 0.1.3
|
|
87
|
-
- **Generated with Connector SDK commit SHA:**
|
|
87
|
+
- **Generated with Connector SDK commit SHA:** af45652142962c8574c427e5e2e6eb2db22445eb
|
{airbyte_agent_zendesk_support-0.18.19 → airbyte_agent_zendesk_support-0.18.20}/REFERENCE.md
RENAMED
|
@@ -40,7 +40,7 @@ Returns a list of all tickets in your account
|
|
|
40
40
|
**Python SDK**
|
|
41
41
|
|
|
42
42
|
```python
|
|
43
|
-
zendesk_support.tickets.list()
|
|
43
|
+
await zendesk_support.tickets.list()
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
**API**
|
|
@@ -130,7 +130,7 @@ Returns a ticket by its ID
|
|
|
130
130
|
**Python SDK**
|
|
131
131
|
|
|
132
132
|
```python
|
|
133
|
-
zendesk_support.tickets.get(
|
|
133
|
+
await zendesk_support.tickets.get(
|
|
134
134
|
ticket_id=0
|
|
135
135
|
)
|
|
136
136
|
```
|
|
@@ -217,7 +217,7 @@ Returns a list of all users in your account
|
|
|
217
217
|
**Python SDK**
|
|
218
218
|
|
|
219
219
|
```python
|
|
220
|
-
zendesk_support.users.list()
|
|
220
|
+
await zendesk_support.users.list()
|
|
221
221
|
```
|
|
222
222
|
|
|
223
223
|
**API**
|
|
@@ -306,7 +306,7 @@ Returns a user by their ID
|
|
|
306
306
|
**Python SDK**
|
|
307
307
|
|
|
308
308
|
```python
|
|
309
|
-
zendesk_support.users.get(
|
|
309
|
+
await zendesk_support.users.get(
|
|
310
310
|
user_id=0
|
|
311
311
|
)
|
|
312
312
|
```
|
|
@@ -392,7 +392,7 @@ Returns a list of all organizations in your account
|
|
|
392
392
|
**Python SDK**
|
|
393
393
|
|
|
394
394
|
```python
|
|
395
|
-
zendesk_support.organizations.list()
|
|
395
|
+
await zendesk_support.organizations.list()
|
|
396
396
|
```
|
|
397
397
|
|
|
398
398
|
**API**
|
|
@@ -455,7 +455,7 @@ Returns an organization by its ID
|
|
|
455
455
|
**Python SDK**
|
|
456
456
|
|
|
457
457
|
```python
|
|
458
|
-
zendesk_support.organizations.get(
|
|
458
|
+
await zendesk_support.organizations.get(
|
|
459
459
|
organization_id=0
|
|
460
460
|
)
|
|
461
461
|
```
|
|
@@ -517,7 +517,7 @@ Returns a list of all groups in your account
|
|
|
517
517
|
**Python SDK**
|
|
518
518
|
|
|
519
519
|
```python
|
|
520
|
-
zendesk_support.groups.list()
|
|
520
|
+
await zendesk_support.groups.list()
|
|
521
521
|
```
|
|
522
522
|
|
|
523
523
|
**API**
|
|
@@ -576,7 +576,7 @@ Returns a group by its ID
|
|
|
576
576
|
**Python SDK**
|
|
577
577
|
|
|
578
578
|
```python
|
|
579
|
-
zendesk_support.groups.get(
|
|
579
|
+
await zendesk_support.groups.get(
|
|
580
580
|
group_id=0
|
|
581
581
|
)
|
|
582
582
|
```
|
|
@@ -633,7 +633,7 @@ Returns a list of comments for a specific ticket
|
|
|
633
633
|
**Python SDK**
|
|
634
634
|
|
|
635
635
|
```python
|
|
636
|
-
zendesk_support.ticket_comments.list(
|
|
636
|
+
await zendesk_support.ticket_comments.list(
|
|
637
637
|
ticket_id=0
|
|
638
638
|
)
|
|
639
639
|
```
|
|
@@ -704,7 +704,7 @@ Returns an attachment by its ID
|
|
|
704
704
|
**Python SDK**
|
|
705
705
|
|
|
706
706
|
```python
|
|
707
|
-
zendesk_support.attachments.get(
|
|
707
|
+
await zendesk_support.attachments.get(
|
|
708
708
|
attachment_id=0
|
|
709
709
|
)
|
|
710
710
|
```
|
|
@@ -803,7 +803,7 @@ Returns a list of all ticket audits
|
|
|
803
803
|
**Python SDK**
|
|
804
804
|
|
|
805
805
|
```python
|
|
806
|
-
zendesk_support.ticket_audits.list()
|
|
806
|
+
await zendesk_support.ticket_audits.list()
|
|
807
807
|
```
|
|
808
808
|
|
|
809
809
|
**API**
|
|
@@ -859,7 +859,7 @@ Returns a list of audits for a specific ticket
|
|
|
859
859
|
**Python SDK**
|
|
860
860
|
|
|
861
861
|
```python
|
|
862
|
-
zendesk_support.ticket_audits.list(
|
|
862
|
+
await zendesk_support.ticket_audits.list(
|
|
863
863
|
ticket_id=0
|
|
864
864
|
)
|
|
865
865
|
```
|
|
@@ -923,7 +923,7 @@ Returns a list of all ticket metrics
|
|
|
923
923
|
**Python SDK**
|
|
924
924
|
|
|
925
925
|
```python
|
|
926
|
-
zendesk_support.ticket_metrics.list()
|
|
926
|
+
await zendesk_support.ticket_metrics.list()
|
|
927
927
|
```
|
|
928
928
|
|
|
929
929
|
**API**
|
|
@@ -996,7 +996,7 @@ Returns a list of all ticket fields
|
|
|
996
996
|
**Python SDK**
|
|
997
997
|
|
|
998
998
|
```python
|
|
999
|
-
zendesk_support.ticket_fields.list()
|
|
999
|
+
await zendesk_support.ticket_fields.list()
|
|
1000
1000
|
```
|
|
1001
1001
|
|
|
1002
1002
|
**API**
|
|
@@ -1071,7 +1071,7 @@ Returns a ticket field by its ID
|
|
|
1071
1071
|
**Python SDK**
|
|
1072
1072
|
|
|
1073
1073
|
```python
|
|
1074
|
-
zendesk_support.ticket_fields.get(
|
|
1074
|
+
await zendesk_support.ticket_fields.get(
|
|
1075
1075
|
ticket_field_id=0
|
|
1076
1076
|
)
|
|
1077
1077
|
```
|
|
@@ -1144,7 +1144,7 @@ Returns a list of all brands for the account
|
|
|
1144
1144
|
**Python SDK**
|
|
1145
1145
|
|
|
1146
1146
|
```python
|
|
1147
|
-
zendesk_support.brands.list()
|
|
1147
|
+
await zendesk_support.brands.list()
|
|
1148
1148
|
```
|
|
1149
1149
|
|
|
1150
1150
|
**API**
|
|
@@ -1209,7 +1209,7 @@ Returns a brand by its ID
|
|
|
1209
1209
|
**Python SDK**
|
|
1210
1210
|
|
|
1211
1211
|
```python
|
|
1212
|
-
zendesk_support.brands.get(
|
|
1212
|
+
await zendesk_support.brands.get(
|
|
1213
1213
|
brand_id=0
|
|
1214
1214
|
)
|
|
1215
1215
|
```
|
|
@@ -1273,7 +1273,7 @@ Returns a list of all views for the account
|
|
|
1273
1273
|
**Python SDK**
|
|
1274
1274
|
|
|
1275
1275
|
```python
|
|
1276
|
-
zendesk_support.views.list()
|
|
1276
|
+
await zendesk_support.views.list()
|
|
1277
1277
|
```
|
|
1278
1278
|
|
|
1279
1279
|
**API**
|
|
@@ -1339,7 +1339,7 @@ Returns a view by its ID
|
|
|
1339
1339
|
**Python SDK**
|
|
1340
1340
|
|
|
1341
1341
|
```python
|
|
1342
|
-
zendesk_support.views.get(
|
|
1342
|
+
await zendesk_support.views.get(
|
|
1343
1343
|
view_id=0
|
|
1344
1344
|
)
|
|
1345
1345
|
```
|
|
@@ -1399,7 +1399,7 @@ Returns a list of all macros for the account
|
|
|
1399
1399
|
**Python SDK**
|
|
1400
1400
|
|
|
1401
1401
|
```python
|
|
1402
|
-
zendesk_support.macros.list()
|
|
1402
|
+
await zendesk_support.macros.list()
|
|
1403
1403
|
```
|
|
1404
1404
|
|
|
1405
1405
|
**API**
|
|
@@ -1466,7 +1466,7 @@ Returns a macro by its ID
|
|
|
1466
1466
|
**Python SDK**
|
|
1467
1467
|
|
|
1468
1468
|
```python
|
|
1469
|
-
zendesk_support.macros.get(
|
|
1469
|
+
await zendesk_support.macros.get(
|
|
1470
1470
|
macro_id=0
|
|
1471
1471
|
)
|
|
1472
1472
|
```
|
|
@@ -1525,7 +1525,7 @@ Returns a list of all triggers for the account
|
|
|
1525
1525
|
**Python SDK**
|
|
1526
1526
|
|
|
1527
1527
|
```python
|
|
1528
|
-
zendesk_support.triggers.list()
|
|
1528
|
+
await zendesk_support.triggers.list()
|
|
1529
1529
|
```
|
|
1530
1530
|
|
|
1531
1531
|
**API**
|
|
@@ -1589,7 +1589,7 @@ Returns a trigger by its ID
|
|
|
1589
1589
|
**Python SDK**
|
|
1590
1590
|
|
|
1591
1591
|
```python
|
|
1592
|
-
zendesk_support.triggers.get(
|
|
1592
|
+
await zendesk_support.triggers.get(
|
|
1593
1593
|
trigger_id=0
|
|
1594
1594
|
)
|
|
1595
1595
|
```
|
|
@@ -1649,7 +1649,7 @@ Returns a list of all automations for the account
|
|
|
1649
1649
|
**Python SDK**
|
|
1650
1650
|
|
|
1651
1651
|
```python
|
|
1652
|
-
zendesk_support.automations.list()
|
|
1652
|
+
await zendesk_support.automations.list()
|
|
1653
1653
|
```
|
|
1654
1654
|
|
|
1655
1655
|
**API**
|
|
@@ -1710,7 +1710,7 @@ Returns an automation by its ID
|
|
|
1710
1710
|
**Python SDK**
|
|
1711
1711
|
|
|
1712
1712
|
```python
|
|
1713
|
-
zendesk_support.automations.get(
|
|
1713
|
+
await zendesk_support.automations.get(
|
|
1714
1714
|
automation_id=0
|
|
1715
1715
|
)
|
|
1716
1716
|
```
|
|
@@ -1768,7 +1768,7 @@ Returns a list of all tags used in the account
|
|
|
1768
1768
|
**Python SDK**
|
|
1769
1769
|
|
|
1770
1770
|
```python
|
|
1771
|
-
zendesk_support.tags.list()
|
|
1771
|
+
await zendesk_support.tags.list()
|
|
1772
1772
|
```
|
|
1773
1773
|
|
|
1774
1774
|
**API**
|
|
@@ -1821,7 +1821,7 @@ Returns a list of all satisfaction ratings
|
|
|
1821
1821
|
**Python SDK**
|
|
1822
1822
|
|
|
1823
1823
|
```python
|
|
1824
|
-
zendesk_support.satisfaction_ratings.list()
|
|
1824
|
+
await zendesk_support.satisfaction_ratings.list()
|
|
1825
1825
|
```
|
|
1826
1826
|
|
|
1827
1827
|
**API**
|
|
@@ -1886,7 +1886,7 @@ Returns a satisfaction rating by its ID
|
|
|
1886
1886
|
**Python SDK**
|
|
1887
1887
|
|
|
1888
1888
|
```python
|
|
1889
|
-
zendesk_support.satisfaction_ratings.get(
|
|
1889
|
+
await zendesk_support.satisfaction_ratings.get(
|
|
1890
1890
|
satisfaction_rating_id=0
|
|
1891
1891
|
)
|
|
1892
1892
|
```
|
|
@@ -1947,7 +1947,7 @@ Returns a list of all group memberships
|
|
|
1947
1947
|
**Python SDK**
|
|
1948
1948
|
|
|
1949
1949
|
```python
|
|
1950
|
-
zendesk_support.group_memberships.list()
|
|
1950
|
+
await zendesk_support.group_memberships.list()
|
|
1951
1951
|
```
|
|
1952
1952
|
|
|
1953
1953
|
**API**
|
|
@@ -2005,7 +2005,7 @@ Returns a list of all organization memberships
|
|
|
2005
2005
|
**Python SDK**
|
|
2006
2006
|
|
|
2007
2007
|
```python
|
|
2008
|
-
zendesk_support.organization_memberships.list()
|
|
2008
|
+
await zendesk_support.organization_memberships.list()
|
|
2009
2009
|
```
|
|
2010
2010
|
|
|
2011
2011
|
**API**
|
|
@@ -2065,7 +2065,7 @@ Returns a list of all SLA policies
|
|
|
2065
2065
|
**Python SDK**
|
|
2066
2066
|
|
|
2067
2067
|
```python
|
|
2068
|
-
zendesk_support.sla_policies.list()
|
|
2068
|
+
await zendesk_support.sla_policies.list()
|
|
2069
2069
|
```
|
|
2070
2070
|
|
|
2071
2071
|
**API**
|
|
@@ -2123,7 +2123,7 @@ Returns an SLA policy by its ID
|
|
|
2123
2123
|
**Python SDK**
|
|
2124
2124
|
|
|
2125
2125
|
```python
|
|
2126
|
-
zendesk_support.sla_policies.get(
|
|
2126
|
+
await zendesk_support.sla_policies.get(
|
|
2127
2127
|
sla_policy_id=0
|
|
2128
2128
|
)
|
|
2129
2129
|
```
|
|
@@ -2180,7 +2180,7 @@ Returns a list of all ticket forms for the account
|
|
|
2180
2180
|
**Python SDK**
|
|
2181
2181
|
|
|
2182
2182
|
```python
|
|
2183
|
-
zendesk_support.ticket_forms.list()
|
|
2183
|
+
await zendesk_support.ticket_forms.list()
|
|
2184
2184
|
```
|
|
2185
2185
|
|
|
2186
2186
|
**API**
|
|
@@ -2248,7 +2248,7 @@ Returns a ticket form by its ID
|
|
|
2248
2248
|
**Python SDK**
|
|
2249
2249
|
|
|
2250
2250
|
```python
|
|
2251
|
-
zendesk_support.ticket_forms.get(
|
|
2251
|
+
await zendesk_support.ticket_forms.get(
|
|
2252
2252
|
ticket_form_id=0
|
|
2253
2253
|
)
|
|
2254
2254
|
```
|
|
@@ -2313,7 +2313,7 @@ Returns a list of all articles in the Help Center
|
|
|
2313
2313
|
**Python SDK**
|
|
2314
2314
|
|
|
2315
2315
|
```python
|
|
2316
|
-
zendesk_support.articles.list()
|
|
2316
|
+
await zendesk_support.articles.list()
|
|
2317
2317
|
```
|
|
2318
2318
|
|
|
2319
2319
|
**API**
|
|
@@ -2380,7 +2380,7 @@ Retrieves the details of a specific article
|
|
|
2380
2380
|
**Python SDK**
|
|
2381
2381
|
|
|
2382
2382
|
```python
|
|
2383
|
-
zendesk_support.articles.get(
|
|
2383
|
+
await zendesk_support.articles.get(
|
|
2384
2384
|
id=0
|
|
2385
2385
|
)
|
|
2386
2386
|
```
|
|
@@ -2444,7 +2444,7 @@ Returns a list of all attachments for a specific article
|
|
|
2444
2444
|
**Python SDK**
|
|
2445
2445
|
|
|
2446
2446
|
```python
|
|
2447
|
-
zendesk_support.article_attachments.list(
|
|
2447
|
+
await zendesk_support.article_attachments.list(
|
|
2448
2448
|
article_id=0
|
|
2449
2449
|
)
|
|
2450
2450
|
```
|
|
@@ -2509,7 +2509,7 @@ Retrieves the metadata of a specific attachment for a specific article
|
|
|
2509
2509
|
**Python SDK**
|
|
2510
2510
|
|
|
2511
2511
|
```python
|
|
2512
|
-
zendesk_support.article_attachments.get(
|
|
2512
|
+
await zendesk_support.article_attachments.get(
|
|
2513
2513
|
article_id=0,
|
|
2514
2514
|
attachment_id=0
|
|
2515
2515
|
)
|
|
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
|