sample
turbot/flowpipe-samples/send-slack-message-using-cron
Variables
The Send Slack Message Using Cron mod has 3 variables:
channel
Name | channel |
---|---|
Description | Channel, private group, or IM channel to send message to. Can be an encoded ID, or a name. |
Type | string |
Default | - |
slack_conn
Name | slack_conn |
---|---|
Description | Name for Slack connections to use. If not provided, the default connection will be used. |
Type | connection.slack |
Default | connection.slack.default |
text
Name | text |
---|---|
Description | The formatted text to describe the content of the message. |
Type | string |
Default | - |