20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"schemaVersion": "1.0",
|
|
"id": "stellaops.notify.connector.slack",
|
|
"displayName": "StellaOps Slack Notify Connector",
|
|
"version": "0.1.0-alpha",
|
|
"requiresRestart": true,
|
|
"entryPoint": {
|
|
"type": "dotnet",
|
|
"assembly": "StellaOps.Notify.Connectors.Slack.dll"
|
|
},
|
|
"capabilities": [
|
|
"notify-connector",
|
|
"slack"
|
|
],
|
|
"metadata": {
|
|
"org.stellaops.notify.channel.type": "slack",
|
|
"org.stellaops.notify.connector.requiredScopes": "chat:write,chat:write.public"
|
|
}
|
|
}
|