-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddons.json
More file actions
64 lines (64 loc) · 2.82 KB
/
addons.json
File metadata and controls
64 lines (64 loc) · 2.82 KB
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
{
"addons": [
{
"id": "smtp-standard",
"name": "SMTP Email Service",
"description": "System integration for sending emails via SMTP.",
"version": "1.0.0",
"author": "faneX-ID Team",
"repository": "https://github.com/faneX-ID/integrations",
"type": "system",
"download_url": "https://github.com/faneX-ID/integrations/raw/main/smtp-standard.zip"
},
{
"id": "slack-notifications",
"name": "Slack Notifications",
"description": "Send notifications and alerts to Slack channels via webhooks or API.",
"version": "1.0.0",
"author": "faneX-ID Team",
"repository": "https://github.com/faneX-ID/integrations",
"type": "custom",
"download_url": "https://github.com/faneX-ID/integrations/raw/main/slack-notifications.zip"
},
{
"id": "microsoft-teams",
"name": "Microsoft Teams",
"description": "Send notifications and alerts to Microsoft Teams channels via webhooks.",
"version": "1.0.0",
"author": "faneX-ID Team",
"repository": "https://github.com/faneX-ID/integrations",
"type": "custom",
"download_url": "https://github.com/faneX-ID/integrations/raw/main/microsoft-teams.zip"
},
{
"id": "jira-integration",
"name": "Jira Integration",
"description": "Create and manage Jira tickets for employee onboarding, IT requests, and workflow automation.",
"version": "1.0.0",
"author": "faneX-ID Team",
"repository": "https://github.com/faneX-ID/integrations",
"type": "custom",
"download_url": "https://github.com/faneX-ID/integrations/raw/main/jira-integration.zip"
},
{
"id": "webhook-generic",
"name": "Generic Webhook",
"description": "Send HTTP requests to any webhook endpoint for custom integrations and automations.",
"version": "1.0.0",
"author": "faneX-ID Team",
"repository": "https://github.com/faneX-ID/integrations",
"type": "custom",
"download_url": "https://github.com/faneX-ID/integrations/raw/main/webhook-generic.zip"
},
{
"id": "calendar-sync",
"name": "Calendar Sync",
"description": "Sync employee events, onboarding dates, and important dates with Google Calendar or Microsoft Outlook.",
"version": "1.0.0",
"author": "faneX-ID Team",
"repository": "https://github.com/faneX-ID/integrations",
"type": "custom",
"download_url": "https://github.com/faneX-ID/integrations/raw/main/calendar-sync.zip"
}
]
}