forked from okta/workflows-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnectors.json
37 lines (37 loc) · 924 Bytes
/
connectors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"_comment" : "This JSON file lists the name of case-sensitive connector names when creating your workflow.json file. If you have multiple connectors in use, simply input them in below list",
"names" : [
"airtable",
"asana",
"atlassianadmin",
"awslambda" ,
"awssso",
"box",
"datagrail",
"dropboxforbusiness",
"duosecurityadmin",
"evidentidverify",
"excelonline",
"github",
"gmail",
"googlecalendar",
"googlecloudfunctions",
"googledirectory",
"googledrive",
"googlesheets",
"jira",
"jiraservicedesk",
"marketo",
"office365admin",
"office365mail",
"okta",
"pagerduty",
"salesforce",
"servicenow",
"slack",
"slackadmin",
"smartsheet",
"zendesk",
"zoom"
]
}