-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 915 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 915 Bytes
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
{
"name": "slack",
"version": "0.1.0",
"author": "GoCodeAlone",
"description": "Slack messaging, file uploads, and real-time event triggers via Socket Mode",
"type": "external",
"tier": "community",
"license": "MIT",
"minEngineVersion": "0.3.40",
"keywords": ["slack", "messaging", "chat", "notifications", "events", "socketmode"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-slack",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-slack",
"capabilities": {
"configProvider": false,
"moduleTypes": ["slack.provider"],
"stepTypes": [
"step.slack_send_message",
"step.slack_send_blocks",
"step.slack_edit_message",
"step.slack_delete_message",
"step.slack_add_reaction",
"step.slack_upload_file",
"step.slack_send_thread_reply",
"step.slack_set_topic"
],
"triggerTypes": ["trigger.slack"]
}
}