-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 1.02 KB
/
plugin.json
File metadata and controls
30 lines (30 loc) · 1.02 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
{
"name": "teams",
"version": "0.1.0",
"description": "Microsoft Teams messaging plugin via Graph API",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.3.30",
"keywords": ["teams", "microsoft", "messaging", "graph", "azure", "notifications"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-teams",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-teams",
"capabilities": {
"configProvider": false,
"moduleTypes": ["teams.provider"],
"stepTypes": [
"step.teams_send_message",
"step.teams_send_card",
"step.teams_reply_message",
"step.teams_delete_message",
"step.teams_create_channel",
"step.teams_add_member",
"step.teams_list_channel_messages",
"step.teams_get_message",
"step.teams_upload_file"
],
"triggerTypes": ["trigger.teams"]
}
}