Zendesk
If you’re new to Unstructured, read this note first.
Before you can create a source connector, you must first sign up for Unstructured. After you sign up, the Unstructured user interface (UI) appears, which you use to create the source connector.
After you create the source connector, add it along with a destination connector to a workflow. Then run the worklow as a job. To learn how, try out the hands-on UI quickstart or watch the 4-minute video tutorial.
You can also create source connectors with the Unstructured API. Learn how.
If you need help, reach out to the community on Slack, or contact us directly.
You are now ready to start creating a source connector! Keep reading to learn how.
Ingest your files into Unstructured from Zendesk.
The requirements are as follows.
- A Zendesk account.
- Your Zendesk subdomain, for example, the
<organization>
part of<organization>.zendesk.com
. - The login email address for your Zendesk account.
- An API token (not an OAuth token) for your login email address.
To create the source connector:
- On the sidebar, click Connectors.
- Click Sources.
- Cick New or Create Connector.
- Give the connector some unique Name.
- In the Provider area, click Zendesk.
- Click Continue.
- Follow the on-screen instructions to fill in the fields as described later on this page.
- Click Save and Test.
Fill in the following fields:
- Name (required): A unique name for the connector.
- Subdomain (required): The subdomain of your Zendesk site, for example the
<organization>
part of<organization>.zendesk.com
. - Email (required): The email address of the user account that has access to the Zendesk subdomain.
- API Token (required): The API token (not an OAuth token) for the user account. For more information, see Managing access to the Zendesk API.
- Item type: The type of item to parse. Allowed values include
tickets
andarticles
. If no value is provided, the default istickets
. - Batch size: The maximum number of items to structure per batch. The default is
2
.
Was this page helpful?