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

The Zendesk-Support connector is optimized to handle prompts like these.

  • 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

The Zendesk-Support connector isn't currently able to handle prompts like these.

  • 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.48
  • Connector version: 0.1.6
  • Generated with Connector SDK commit SHA: 05c940e318ec945d474b4d7de78273000604608c

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.48.tar.gz (155.9 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.48-py3-none-any.whl (169.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for airbyte_agent_zendesk_support-0.18.48.tar.gz
Algorithm Hash digest
SHA256 500546e2d081b6db78e0d044ac8b7c8e366eef2b9b804146badc5b78eaab6ed0
MD5 bb109a1c52a53559cf5a099b92ebf1f2
BLAKE2b-256 f3e2f7c7ec03b62b53a95735717a16055ff80c2e67983b66c1d902072bdb362b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for airbyte_agent_zendesk_support-0.18.48-py3-none-any.whl
Algorithm Hash digest
SHA256 8d8b80ef2502b5de52d42cc6d7d09309c47445ef32131c702851eb1e8bee0a84
MD5 147239aa7cc728b05f476f0e9ab01a09
BLAKE2b-256 f8aaf1acc534a976927fa1b77687c12300079c267cb7b364f336877c1ccc3150

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