Zendesk
Zendesk
Connect your Zendesk data to Airweave
Overview
The Zendesk connector allows you to sync data from Zendesk into Airweave, making it available for search and retrieval by your agents.
Configuration
ZendeskSource
Zendesk source implementation (read-only).
Retrieves data from Zendesk for the following objects:
- Organizations
- Users
- Tickets
- Comments
Yields them as the corresponding entity objects defined in airweave.platform.entities.zendesk.
Authentication
This connector uses OAuth 2.0 with refresh token.
You can connect through the Airweave UI, which will guide you through the OAuth flow.
Entities
The following data models are available for this connector:
ZendeskOrganizationEntity
Schema for a Zendesk organization.
References: https://developer.zendesk.com/api-reference/ticketing/organizations/organizations/
ZendeskUserEntity
Schema for a Zendesk user (agent or end user).
References: https://developer.zendesk.com/api-reference/ticketing/users/users/
ZendeskTicketEntity
Schema for a Zendesk ticket.
References: https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/
ZendeskCommentEntity
Schema for a Zendesk comment, typically tied to a specific ticket.
References: https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_comments/