Zendesk tickets (#2192)

This commit is contained in:
James Jordan
2024-09-09 19:36:53 -04:00
committed by GitHub
parent a4dcae57cd
commit 4558351801
2 changed files with 127 additions and 4 deletions

View File

@@ -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",