AI Agents

Connect Google Drive with Zendesk

26 nodes 202 121 Automatic trigger
Download

Workflow Description

An automation template that integrates Google Drive with Zendesk using an AI agent powered by OpenAI. It loads documents from Drive, chunks them into segments, stores them in a Qdrant vector store, and answers customer inquiries in Zendesk based on document content.

How it works

  1. 1.Activate a chat conversation via Chat Trigger and pass the query to an intelligent agent
  2. 2.Load documents from Google Drive and split them into text segments using Text Splitter
  3. 3.Convert texts into vectors through OpenAI Embeddings and store them in Qdrant
  4. 4.Retrieve relevant segments from the vector store and merge with memory context
  5. 5.Process the query through OpenAI model to generate accurate responses
  6. 6.Send the response to Zendesk directly

Use cases

  • Automated responses to customer questions using company documents stored in Drive
  • Intelligent support system linking company knowledge base to Zendesk tickets

Requirements

  • Valid OpenAI API key and authorized Google Drive account
  • Zendesk credentials and configured Qdrant vector database

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

Chat Trigger AI Agent OpenAI Document Default Data Loader Text Splitter Memory Split In Batches Output Parser Google Drive Vector Store Zendesk

Details

Trigger Automatic trigger
Nodes 26
Apps 11
Views 202
Downloads 121

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (26)

/

When chat message received

Chat Trigger

#1

AI Agent

Agent

#2

OpenAI Chat Model

OpenAI

#3

Split Out

Split Out

#4

Embeddings OpenAI1

OpenAI

#5

Default Data Loader

Document Default Data Loader

#6

Token Splitter1

Text Splitter Token Splitter

#7

Window Buffer Memory

Memory Buffer Window

#8

Embeddings OpenAI2

OpenAI

#9

Extract from File

Extract From File

#10

When clicking ‘Test workflow’

Manual Trigger

#11

AI Agent1

Agent

#12

OpenAI Chat Model1

OpenAI

#13

Embeddings OpenAI

OpenAI

#14

Loop Over Items

Split In Batches

#15

Sticky Note

Sticky Note

#16

Sticky Note1

Sticky Note

#17

Sticky Note2

Sticky Note

#18

Structured Output Parser

Output Parser Structured

#19

Pull Mitre Data From Gdrive

Google Drive

#20

Embed JSON in Qdrant Collection

Vector Store Qdrant

#21

Query Qdrant Vector Store

Vector Store Qdrant

#22

Qdrant Vector Store query

Vector Store Qdrant

#23

Get all Zendesk Tickets

Zendesk

#24

Update Zendesk with Mitre Data

Zendesk

#25

Move on to next ticket

No Op

#26