> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Q&A Support

> Automatically answer Zendesk support tickets using relevant video content via Zapier and VideoDB.

This workflow is designed to automatically send Zendesk ticket notifications to Slack while also finding relevant information from a specific video to provide quick answers to the queries raised in the tickets.

## Goals

1. Automate the notification of new Zendesk tickets
2. Retrieve relevant video clips that provide answers to the ticket queries
3. Send both the ticket information and the relevant video clips to a Slack channel for quick resolution

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/PQSZr8aS61I" title="Video Q&A Support" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Prerequisites

* A Zendesk account with API access
* A VideoDB account to find and manage video content
* A Slack account to receive notifications
* A Zapier account to create and manage the integration

## Detailed Steps

### Step 1: Setup in Zapier

1. Navigate to Zapier and create a new Zap
2. Select Zendesk as the trigger app with the "New Ticket" event
3. Configure Zendesk account settings using the domain, admin email, and API token from Zendesk

### Step 2: Configure Zendesk

Access the Zendesk dashboard and retrieve the API token required to connect with Zapier.

### Step 3: VideoDB Integration

1. Use the "Find Video Moment" action in Zapier to connect VideoDB
2. Sign in to VideoDB using Google or GitHub and obtain the API key
3. Choose the relevant video from which answers will be retrieved based on the ticket subject and description

### Step 4: Control Flow with Delay

Add a "Delay by Zapier" action to wait for a set time (e.g., 3 minutes) for the VideoDB processing to complete before proceeding.

### Step 5: Check Job Status

Add an action to check the status of the VideoDB job using the job ID obtained from the previous step.

### Step 6: Send Notifications to Slack

1. Select Slack as the action app and configure it to send a direct message or channel message
2. Customize the message with ticket subject, description, VideoDB results, and a link to the video

### Step 7: Test and Finalize

Test the workflow to ensure that the message is correctly sent to Slack with all necessary details.

## Workflow Template

<Card title="Video Q&A Support Workflow" href="https://zapier.com/shared/00fc160d0e3749a6de4002bd69dff4e31b299625" icon="headset">
  Answer support tickets using video content
</Card>
