Skip to main content

Airbyte Zendesk-Support Connector for AI platforms

Project description

Zendesk-Support agent connector

Zendesk Support is a customer service platform that helps businesses manage support tickets, customer interactions, and help center content. This connector provides access to tickets, users, organizations, groups, comments, attachments, automations, triggers, macros, views, satisfaction ratings, SLA policies, and help center articles for customer support analytics and service performance insights.

Example questions

  • Show me the tickets assigned to me last week
  • What are the top 5 support issues our organization has faced this month?
  • List all unresolved tickets for {customer}
  • Analyze the satisfaction ratings for our support team in the last 30 days
  • Compare ticket resolution times across different support groups
  • Show me the details of recent tickets tagged with {tag}
  • Identify the most common ticket fields used in our support workflow
  • Summarize the performance of our SLA policies this quarter

Unsupported questions

  • Create a new support ticket for {customer}
  • Update the priority of this ticket
  • Assign this ticket to {team_member}
  • Delete these old support tickets
  • Send an automatic response to {customer}

Installation

uv pip install airbyte-agent-zendesk-support

Usage

This connector supports multiple authentication methods:

OAuth 2.0

from airbyte_agent_zendesk_support import ZendeskSupportConnector
from airbyte_agent_zendesk_support.models import ZendeskSupportOauth20AuthConfig

connector = ZendeskSupportConnector(
  auth_config=ZendeskSupportOauth20AuthConfig(
    access_token="...",
    refresh_token="..."
  )
)
result = await connector.tickets.list()

API Token

from airbyte_agent_zendesk_support import ZendeskSupportConnector
from airbyte_agent_zendesk_support.models import ZendeskSupportApiTokenAuthConfig

connector = ZendeskSupportConnector(
  auth_config=ZendeskSupportApiTokenAuthConfig(
    email="...",
    api_token="..."
  )
)
result = await connector.tickets.list()

Full documentation

This connector supports the following entities and actions.

Entity Actions
Tickets List, Get
Users List, Get
Organizations List, Get
Groups List, Get
Ticket Comments List
Attachments Get, Download
Ticket Audits List, List
Ticket Metrics List
Ticket Fields List, Get
Brands List, Get
Views List, Get
Macros List, Get
Triggers List, Get
Automations List, Get
Tags List
Satisfaction Ratings List, Get
Group Memberships List
Organization Memberships List
Sla Policies List, Get
Ticket Forms List, Get
Articles List, Get
Article Attachments List, Get, Download

For detailed documentation on available actions and parameters, see this connector's full reference documentation.

For the service's official API docs, see the Zendesk-Support API reference.

Version information

  • Package version: 0.18.25
  • Connector version: 0.1.4
  • Generated with Connector SDK commit SHA: 0eb1b1c4afe2ae6607371288233ef427ccad1b80

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

airbyte_agent_zendesk_support-0.18.25.tar.gz (115.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

airbyte_agent_zendesk_support-0.18.25-py3-none-any.whl (134.3 kB view details)

Uploaded Python 3

File details

Details for the file airbyte_agent_zendesk_support-0.18.25.tar.gz.

File metadata

File hashes

Hashes for airbyte_agent_zendesk_support-0.18.25.tar.gz
Algorithm Hash digest
SHA256 98cb08b24c2cd2b4814deddd54b15a0bec36b9740788755035ca9961d59f2711
MD5 69a2aa94ffb46a4472737e0edf62f7a3
BLAKE2b-256 1da578a39e048234aa687ce3728268a31a1e9eccd245362fbea3acef6f0a2056

See more details on using hashes here.

File details

Details for the file airbyte_agent_zendesk_support-0.18.25-py3-none-any.whl.

File metadata

File hashes

Hashes for airbyte_agent_zendesk_support-0.18.25-py3-none-any.whl
Algorithm Hash digest
SHA256 63fd3f858182858a402813ddba9ee49e9dfd434bca11b97f1f6f7e49cf2dca0c
MD5 0753d05c4b2bbf16bcebcefdc972d509
BLAKE2b-256 8f84ba4e85ff6aa2d5f9071f3836241f9d1ccdc52b19366dd52d2740638581bd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page