Zendesk

Zendesk is a cloud-based customer service application designed to improve communication between the company and its customers.

Use the SEI Zendesk integration to integrate SEI with Zendesk.

Configure authentication

To use the SEI Zendesk integration you need a Zendesk API token that belongs to an Admin service account.

  1. Create or obtain an Admin service account in Zendesk.

  2. Make sure the Service Account has read access to all issues that you want to analyze.

  3. Using the service account, create a Zendesk API token. For instructions, go to the Zendesk documentation on generating a new API token.

  4. Copy the key somewhere that you can retrieve it when you configure the integration.

Configure the integration on cloud

  1. Select Integrations under Settings.

  2. Select Available Integrations, locate the Zendesk integration, and select Install.

  3. Configure the integration.

    • URL: Enter the URL for your Zendesk instance.

    • Username: The Zendesk service account username.

    • API Key: Enter the Zendesk API token.

    • Name: Enter a name for the integration.

    • Description and Tags are optional.

    • Specify if you want to include Jira links.

  4. Specify the Name of your Splunk integration.

  5. Description and Tags are optional

  6. Finish configuration and save the integration.

Configure the integration using satellite

The steps for configuring the integration using satellite is similar to configuring the integration on cloud, with the exception of using satellite to communicate with the Zendesk server.

Make sure to select the satellite integration checkbox while configuring the integration. Once you save the integration a satellite.yml file will be automatically generated and downloaded to your computer. Update it following the instructions here.

If you experience any issues while configuring the integration using the Ingestion Satellite, refer to the Ingestion Satellite Troubleshooting and FAQs.

Here’s a sample satellite.yml file

satellite:
  tenant: <ACCOUNT_NAME>
  api_key: <SEI_API_KEY>
  url: 'https://staging.propelo.ai'
integrations:
  - id: '<INTEGRATION_ID>'
    application: zendesk
    url: '<ZENDESK_INSTANCE_URL>'
    username: <ZENDESK_USERNAME>
    api_key: <ZENDESK_API_KEY>
    metadata:
      jiralinks_enabled: true

Last updated