mustafaaljadery / zendesk-autoreply

Autoreply to a zendesk ticket.

Home Page:https://zendesk-autoreply.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto respond to Tickets demo

The Zendesk app allows you to auto respond to support tickets. I scraped the entire Beehiiv knowledge-base and created a chat app that will automatically respond to zendesk support tickets.

Here is a demo of the app.

Server

The server is built in python. It allows allows you to generate embeddings, store them in a vector DB, and query the OpenAI chat api.

Usage

pip install requirements.txt

Get the desired data in the data folder

upload data

py upload-data.py

Run the flask server

py main.py

Zendesk App

Usage

npx @zendesk/zcli apps:server

Navigate to your support ticket and add ?zcli_apps=true to the end of the url.

About

Autoreply to a zendesk ticket.

https://zendesk-autoreply.vercel.app


Languages

Language:Python 54.5%Language:HTML 45.5%