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

Connectors can run in open source or hosted mode.

Open source

In open source mode, you provide API credentials directly to the connector.

from airbyte_agent_zendesk-support import ZendeskSupportConnector
from airbyte_agent_zendesk_support.models import ZendeskSupportApiTokenAuthConfig

connector = ZendeskSupportConnector(
    auth_config=ZendeskSupportApiTokenAuthConfig(
        email="<Your Zendesk account email address>",
        api_token="<Your Zendesk API token from Admin Center>"
    )
)

@agent.tool_plain # assumes you're using Pydantic AI
@ZendeskSupportConnector.tool_utils
async def zendesk-support_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Hosted

In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead.

This example assumes you've already authenticated your connector with Airbyte. See Authentication to learn more about authenticating. If you need a step-by-step guide, see the hosted execution tutorial.

from airbyte_agent_zendesk-support import ZendeskSupportConnector

connector = ZendeskSupportConnector(
    external_user_id="<your_external_user_id>",
    airbyte_client_id="<your-client-id>",
    airbyte_client_secret="<your-client-secret>"
)

@agent.tool_plain # assumes you're using Pydantic AI
@ZendeskSupportConnector.tool_utils
async def zendesk-support_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Full documentation

Entities and actions

This connector supports the following entities and actions. For more details, see this connector's full reference documentation.

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

Authentication and configuration

For all authentication and configuration options, see the connector's authentication documentation.

Zendesk-Support API docs

See the official Zendesk-Support API reference.

Version information

  • Package version: 0.18.78
  • Connector version: 0.1.11
  • Generated with Connector SDK commit SHA: 9d9866b0aae8c3494d04d34e193b9bd860bfc1c6
  • Changelog: View changelog

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.78.tar.gz (180.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.78-py3-none-any.whl (194.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for airbyte_agent_zendesk_support-0.18.78.tar.gz
Algorithm Hash digest
SHA256 fb6a8b256732d9c4c9764ba2e230ee69c1a8b51cf9fe9fa734b578e3cc274c07
MD5 cbcb7ebb51ece703ee254d8ef47c6d30
BLAKE2b-256 ec7af14d0fdd25e240d977491c1fbbb539094bbde5a67c7a27a99dba3b74b8c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for airbyte_agent_zendesk_support-0.18.78-py3-none-any.whl
Algorithm Hash digest
SHA256 339f4806597f82df393cfea5f95d3de56ee744c7ca5fd7ffeb9523a3db1a10aa
MD5 7afeec9a743bd2639cb7ce098116c2f5
BLAKE2b-256 532f0c23b107d67cf9b5e323ec98824def57704b4c76292d54cd24dbd62f6a75

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