mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-22 07:58:44 +02:00
Zendesk tickets (#2192)
This commit is contained in:
@@ -586,7 +586,20 @@ For example, specifying .*-support.* as a "channel" will cause the connector to
|
||||
},
|
||||
zendesk: {
|
||||
description: "Configure Zendesk connector",
|
||||
values: [],
|
||||
values: [
|
||||
{
|
||||
type: "select",
|
||||
query: "Select the what content this connector will index:",
|
||||
label: "Content Type",
|
||||
name: "content_type",
|
||||
optional: false,
|
||||
options: [
|
||||
{ name: "articles", value: "articles" },
|
||||
{ name: "tickets", value: "tickets" },
|
||||
],
|
||||
default: 0,
|
||||
},
|
||||
],
|
||||
},
|
||||
linear: {
|
||||
description: "Configure Dropbox connector",
|
||||
|
Reference in New Issue
Block a user