Slack
Slack_CreateChannel
Author: Fabien Bloume, StrangeBee
License: AGPL-V3
Version: 1.0
Supported data types:
- thehive:case
Registration required: True
Subscription required: False
Free subscription: True
Third party service: https://www.slack.com
Description
Creates a Slack channel for a TheHive case, invites participants, and optionally posts a summary.
Configuration
slack_token |
Slack Bot Token used for API authentication. |
Default value if not configured |
N/A |
Type of the configuration item |
string |
The configuration item can contain multiple values |
False |
Is required |
True |
participants |
List of email addresses to invite as default participants. |
Default value if not configured |
N/A |
Type of the configuration item |
string |
The configuration item can contain multiple values |
True |
Is required |
True |
channel_prefix |
Prefix to use for the Slack channel name. By default, 'case-' |
Default value if not configured |
case- |
Type of the configuration item |
string |
The configuration item can contain multiple values |
False |
Is required |
False |
visibility |
Visibility of the channel: 'private' (default) or 'public'. |
Default value if not configured |
private |
Type of the configuration item |
string |
The configuration item can contain multiple values |
False |
Is required |
False |
thehive_base_url |
Base URL of TheHive instance to include a case link. |
Default value if not configured |
N/A |
Type of the configuration item |
string |
The configuration item can contain multiple values |
False |
Is required |
False |
post_summary |
Include a case summary in the initial Slack message. |
Default value if not configured |
True |
Type of the configuration item |
boolean |
The configuration item can contain multiple values |
False |
Is required |
True |
post_description |
Include the case description in the initial Slack summary message. |
Default value if not configured |
False |
Type of the configuration item |
boolean |
The configuration item can contain multiple values |
False |
Is required |
False |