Files
windmill/community/scripts/u/bot/message_slack.json
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

56 lines
1.2 KiB
JSON
Executable File

{
"summary": "Send a slack message",
"description": "Send a message to a channel or person in the connected slack workspace",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"slack_resource",
"text"
],
"properties": {
"slack_resource": {
"description": "",
"type": "object",
"default": null,
"format": "resource-slack"
},
"text": {
"type": "string",
"default": null,
"description": "",
"format": ""
},
"channel": {
"type": "string",
"default": null,
"description": "",
"format": ""
},
"user": {
"type": "string",
"default": null,
"description": "",
"format": ""
}
}
},
"is_template": false,
"lock": [
"anyio==3.5.0",
"attrs==21.4.0",
"certifi==2021.10.8",
"charset-normalizer==2.0.12",
"h11==0.12.0",
"httpcore==0.14.7",
"httpx==0.21.3",
"idna==3.3",
"python-dateutil==2.8.2",
"rfc3986[idna2008]==1.5.0",
"six==1.16.0",
"slack-sdk==3.15.2",
"sniffio==1.2.0",
"windmill-api==1.5.0",
"wmill==1.5.0"
]
}