Airbyte Zendesk-Support Connector for AI platforms
Project description
Airbyte Zendesk-Support AI Connector
Type-safe Zendesk-Support API connector with full IDE autocomplete support for AI applications.
Package Version: 0.17.0
Connector Version: 0.1.1
SDK Version: 0.1.0
Installation
uv pip install airbyte-ai-zendesk-support
Usage
from airbyte_ai_zendesk_support import ZendeskSupportConnector
from airbyte_ai_zendesk_support.models import ZendeskSupportAuthConfig
# Create connector
connector = ZendeskSupportConnector(auth_config=ZendeskSupportAuthConfig(access_token="...", refresh_token="...", client_id="...", client_secret="..."))
# Use typed methods with full IDE autocomplete
# (See Available Operations below for all methods)
Available Operations
Tickets Operations
list_tickets()- Returns a list of all tickets in your accountget_ticket()- Returns a ticket by its ID
Users Operations
list_users()- Returns a list of all users in your accountget_user()- Returns a user by their ID
Organizations Operations
list_organizations()- Returns a list of all organizations in your accountget_organization()- Returns an organization by its ID
Groups Operations
list_groups()- Returns a list of all groups in your accountget_group()- Returns a group by its ID
Ticket_Comments Operations
list_ticket_comments()- Returns a list of comments for a specific ticket
Attachments Operations
get_attachment()- Returns an attachment by its IDdownload_attachment()- Downloads the file content of a ticket attachment
Ticket_Audits Operations
list_ticket_audits()- Returns a list of all ticket auditslist_audits_for_ticket()- Returns a list of audits for a specific ticket
Ticket_Metrics Operations
list_ticket_metrics()- Returns a list of all ticket metrics
Ticket_Fields Operations
list_ticket_fields()- Returns a list of all ticket fieldsget_ticket_field()- Returns a ticket field by its ID
Brands Operations
list_brands()- Returns a list of all brands for the accountget_brand()- Returns a brand by its ID
Views Operations
list_views()- Returns a list of all views for the accountget_view()- Returns a view by its ID
Macros Operations
list_macros()- Returns a list of all macros for the accountget_macro()- Returns a macro by its ID
Triggers Operations
list_triggers()- Returns a list of all triggers for the accountget_trigger()- Returns a trigger by its ID
Automations Operations
list_automations()- Returns a list of all automations for the accountget_automation()- Returns an automation by its ID
Tags Operations
list_tags()- Returns a list of all tags used in the account
Satisfaction_Ratings Operations
list_satisfaction_ratings()- Returns a list of all satisfaction ratingsget_satisfaction_rating()- Returns a satisfaction rating by its ID
Group_Memberships Operations
list_group_memberships()- Returns a list of all group memberships
Organization_Memberships Operations
list_organization_memberships()- Returns a list of all organization memberships
Sla_Policies Operations
list_sla_policies()- Returns a list of all SLA policiesget_sla_policy()- Returns an SLA policy by its ID
Ticket_Forms Operations
list_ticket_forms()- Returns a list of all ticket forms for the accountget_ticket_form()- Returns a ticket form by its ID
Articles Operations
list_articles()- Returns a list of all articles in the Help Centerget_article()- Retrieves the details of a specific article
Article_Attachments Operations
list_article_attachments()- Returns a list of all attachments for a specific articleget_article_attachment_metadata()- Retrieves the metadata of a specific attachment for a specific articledownload_article_attachment()- Downloads the file content of a specific attachment
Type Definitions
All response types are fully typed using TypedDict for IDE autocomplete support.
Import types from airbyte_ai_zendesk_support.types.
Documentation
Generated from OpenAPI 3.0 specification.
For API documentation, see the service's official API docs.
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_ai_zendesk_support-0.17.0.tar.gz.
File metadata
- Download URL: airbyte_ai_zendesk_support-0.17.0.tar.gz
- Upload date:
- Size: 87.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76bf33a4a65e3baf98ebdf1824982af4d932c48043dc1e83e5f3c9726cc3541c
|
|
| MD5 |
a5d1b19270ec387dd6f43bd97060e1f7
|
|
| BLAKE2b-256 |
ea5c5b051b20fb671103ba30e5942c0f576792f8b96bd4b5dc9ac4993ec17e55
|
File details
Details for the file airbyte_ai_zendesk_support-0.17.0-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_zendesk_support-0.17.0-py3-none-any.whl
- Upload date:
- Size: 120.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99a94401369a9513816836beedb9d565fadba32d59826639073a332f692bbce
|
|
| MD5 |
1e14b1c7b7bff6e3d3e67c073794aa56
|
|
| BLAKE2b-256 |
18baed154ab2159df08ed82a8b98ec352bb1036c2d9112d4a4f70389e535ad1c
|