-
Notifications
You must be signed in to change notification settings - Fork 37
/
integration_definitions.json
74 lines (74 loc) · 2.27 KB
/
integration_definitions.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"name": "Github",
"key": "github",
"icon": "github.svg",
"version": "0.1.9",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/ticketing/github/0.1.9/index.js",
"integrationType": "TICKETING"
},
{
"name": "Jira",
"key": "jira",
"icon": "jira.svg",
"version": "0.1.9",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/ticketing/jira/0.1.9/index.js",
"integrationType": "TICKETING"
},
{
"name": "Gmail",
"key": "gmail",
"icon": "gmail.svg",
"version": "0.1.6",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/mail/gmail/0.1.6/index.js",
"integrationType": "MAIL"
},
{
"name": "Notion",
"key": "notion",
"icon": "notion.svg",
"version": "0.1.10",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/documentation/notion/0.1.10/index.js",
"integrationType": "DOCUMENTATION"
},
{
"name": "Google Drive",
"key": "google_drive",
"icon": "google_drive.svg",
"version": "0.1.1",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/storage/google_drive/0.1.1/index.js",
"integrationType": "STORAGE"
},
{
"name": "Google Calendar",
"key": "google_calendar",
"icon": "google_calendar.svg",
"version": "0.1.0",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/calendar/google_calendar/0.1.0/index.js",
"integrationType": "CALENDAR"
},
{
"name": "Confluence",
"key": "confluence",
"icon": "confluence.svg",
"version": "0.1.1",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/documentation/confluence/0.1.1/index.js",
"integrationType": "DOCUMENTATION"
},
{
"name": "Stripe",
"key": "stripe",
"icon": "stripe.svg",
"version": "0.1.1",
"releaseStage": "ALPHA",
"sourceUrl": "https://raw.githubusercontent.com/poozlehq/build-artifacts/main/payments/stripe/0.1.1/index.js",
"integrationType": "PAYMENTS"
}
]