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.
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 Actions below for all methods)
Available Actions
Tickets Actions
list_tickets()- Returns a list of all tickets in your accountget_ticket()- Returns a ticket by its ID
Users Actions
list_users()- Returns a list of all users in your accountget_user()- Returns a user by their ID
Organizations Actions
list_organizations()- Returns a list of all organizations in your accountget_organization()- Returns an organization by its ID
Groups Actions
list_groups()- Returns a list of all groups in your accountget_group()- Returns a group by its ID
Ticket_Comments Actions
list_ticket_comments()- Returns a list of comments for a specific ticket
Attachments Actions
get_attachment()- Returns an attachment by its IDdownload_attachment()- Downloads the file content of a ticket attachment
Ticket_Audits Actions
list_ticket_audits()- Returns a list of all ticket auditslist_audits_for_ticket()- Returns a list of audits for a specific ticket
Ticket_Metrics Actions
list_ticket_metrics()- Returns a list of all ticket metrics
Ticket_Fields Actions
list_ticket_fields()- Returns a list of all ticket fieldsget_ticket_field()- Returns a ticket field by its ID
Brands Actions
list_brands()- Returns a list of all brands for the accountget_brand()- Returns a brand by its ID
Views Actions
list_views()- Returns a list of all views for the accountget_view()- Returns a view by its ID
Macros Actions
list_macros()- Returns a list of all macros for the accountget_macro()- Returns a macro by its ID
Triggers Actions
list_triggers()- Returns a list of all triggers for the accountget_trigger()- Returns a trigger by its ID
Automations Actions
list_automations()- Returns a list of all automations for the accountget_automation()- Returns an automation by its ID
Tags Actions
list_tags()- Returns a list of all tags used in the account
Satisfaction_Ratings Actions
list_satisfaction_ratings()- Returns a list of all satisfaction ratingsget_satisfaction_rating()- Returns a satisfaction rating by its ID
Group_Memberships Actions
list_group_memberships()- Returns a list of all group memberships
Organization_Memberships Actions
list_organization_memberships()- Returns a list of all organization memberships
Sla_Policies Actions
list_sla_policies()- Returns a list of all SLA policiesget_sla_policy()- Returns an SLA policy by its ID
Ticket_Forms Actions
list_ticket_forms()- Returns a list of all ticket forms for the accountget_ticket_form()- Returns a ticket form by its ID
Articles Actions
list_articles()- Returns a list of all articles in the Help Centerget_article()- Retrieves the details of a specific article
Article_Attachments Actions
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 Pydantic models 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.
Version Information
Package Version: 0.18.2
Connector Version: 0.1.1
SDK Version: 0.1.0
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.18.2.tar.gz.
File metadata
- Download URL: airbyte_ai_zendesk_support-0.18.2.tar.gz
- Upload date:
- Size: 97.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
995ac78b30ccb1955065ea6c07139c8f3fc880097609cb182c1d1b8cb95a5239
|
|
| MD5 |
aaf84a6262ecb4e7415a16c5b33d800b
|
|
| BLAKE2b-256 |
d6cc5261224477bcfa7a1b939fb6853ca5d7ac0bcfd085259668903cb1cd830b
|
File details
Details for the file airbyte_ai_zendesk_support-0.18.2-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_zendesk_support-0.18.2-py3-none-any.whl
- Upload date:
- Size: 126.1 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 |
f407474bf4cb3b9b28f62c1cf6fd5b11cfbffe895f06958a8cbbb3cb79285aea
|
|
| MD5 |
3d76c3cf35cde292143c906bbbe81f58
|
|
| BLAKE2b-256 |
96cca000434a6cba7cbba64a85c9932137dce869c6a47f15d299fc33c3bd9f76
|