Skip to main content

Slack v3

This Integration is part of the Slack Pack.#

Supported versions

Supported Cortex XSOAR versions: 5.5.0 and later.

Send messages and notifications to your Slack team. This integration was integrated and tested with Slack.

Configure SlackV3 on Cortex XSOAR#

Slack V3 utilizes "Socket Mode" to enable the integration to communicate directly with Slack for mirroring. This requires a dedicated Slack app to be created for the Cortex XSOAR integration. See Creating a Custom App on how to create your App in Slack.

Refer to the video tutorial to learn about configuring SlackV3 using the app manifest.

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for SlackV3.

  3. Click Add instance to create and configure a new integration instance.

    ParameterDescriptionRequired
    bot_tokenSlack API bot token.False
    user_tokenSlack API user token.False
    app_tokenSlack API app token.False
    incidentNotificationChannelDedicated Slack channel to receive notifications.False
    min_severityMinimum incident severity by which to send messages to Slack.False
    incidentTypeType of incidents created in Slack.False
    allow_incidentsAllow external users to create incidents via direct messages.False
    proxyUse system proxy settings.False
    unsecureTrust any certificate (not secure). Make sure to mark this parameter if you want the SlackBlockBuilder script to send a response back to the incident context.False
    longRunningLong running instance. Required for investigation mirroring and direct messages.False
    bot_nameBot display name in Slack (Cortex XSOAR by default).False
    bot_iconBot icon in Slack - Image URL (Cortex XSOAR icon by default).False
    max_limit_timeMaximum time to wait for a rate limiting call in seconds.False
    paginated_countNumber of objects to return in each paginated call.False
    proxy_urlProxy URL to use in Slack API calls.False
    filtered_tagsComma-separated list of tags by which to filter the messages sent from Cortex XSOAR. Only supported in Cortex XSOAR V6.1 and above.False
    permitted_notificationsTypes of notifications to send (to individual users and to the dedicated Slack channel, if specified).False
    common_channelsFor workspaces where a handful of channels are consistently being used, you may add them as a CSV in the format ChannelName:ChannelID.False
    disable_cachingWhen configured, Disable Caching will prevent the integration from paginating to search for Users or Conversations. Additionally, it will prevent excess data from being stored to the integration context. If this parameter is disabled, the instance may create high memory usage.False
    mirroringEnable Incident Mirroring.False
    enable_outbound_file_mirroringEnable Outbound File Mirroring. Whether to enable mirroring from xsoar to slack, mark it file mirroring is required in investigations.False
    ignore_event_retriesIn some cases, events may not be processed fast enough. If you wish to attempt to retry the event, select false. Note that this can result in some responses being double-posted. Default is True.False
    extensive_loggingExtensive Logging. This parameter will write additional data to the logs and should only be used when you are directed to by XSOAR support.False
  4. Click Test to validate the URLs, token, and connection.

Caching#

When the Disable Caching of Users and Channels parameter is configured, there are no pagination calls made to Slack. This is to avoid rate limiting which can occur in workspaces where there are excessive amounts of channels or users. If there were no timeout issues with running commands on your environment prior to pack version 2.3.0, there is no direct need to enable this mode.

Additionally. with the Common Channels parameter configured, channels and their IDs found in this parameter will be accessible to the integration to use while caching is disabled.

Finding a Channel ID#

Common Channels follows the format, First ChannelName:FirstChannelID, Second ChannelName:SecondChannelID. To find the channel ID for the channels that are frequently used:

  1. Navigate to the channel you want to retrieve an ID for.

  2. Click the name of the channel.

    On the bottom of the presented menu, the channel ID can be found.

Channel IDs typically follow the format C + an alphanumeric string.

locate-channel-id

Creating a Custom App#

  1. Navigate to: https://api.slack.com/apps/ .
  2. Click Create an App.

create-app-1

  1. Click From an app manifest.

create-app-2

  1. Pick the workspace you would like the app to reside in and click Next.

create-app-3

  1. Copy the text in the file found here . The text is a manifest template with the recommended configuration for your app.
  2. Paste the copied text into the field "YAML" and click Next.

create-app-4

  1. The next step is a summary of the app we created. Click Create to proceed.

create-app-5

Installing the App to Your Workspace#

  1. After creating your app, you will be redirected to the Basic Information page of your app settings.

    Click Install to Workspace

install-app-1

This will bring up a page which confirms that you are installing the app to your workspace.

If you do not see this step, you must request access from your Slack admin in order to proceed.

install-app-2

  1. Once the app has been installed you will be redirected to the General page for your app. Scroll down to the section called App-Level Tokens and click Generate Token and Scopes

install-app-3

  1. Enter a name for the Token and click Add Scope. Select the connections:write scope from the list.

install-app-4

  1. Click Generate.
  2. You will be redirected to a page which will display your app token. This token begins with xapp. Copy this token.

install-app-5

  1. In your Cortex XSOAR SlackV3 instance configuration page, paste the token in the App Token parameter. You may also configure the App Token as a credential.

install-app-6

  1. Navigate back to the Slack App configuration page and select OAuth & Permissions. If this screen does not look like the following image, you may need assistance from your Slack admin.

install-app-7

  1. Copy the Bot User OAuth Token.
  2. In your Cortex XSOAR SlackV3 instance configuration page, paste the token in the parameter. You may also configure the Bot Token as a credential.

install-app-8

Testing the Bot#

  1. Once you have configured the Dedicated Slack channel to receive notifications parameter, open Slack and invite your new app to the channel you have configured.
  2. Navigate to your Instance Settings page in Cortex XSOAR and click Test. A message should appear in the channel from your app.

Backwards Compatibility with Slack V2#

Slack V3 contains improvements to enhance the stability of the integration as well as the circumvention of OProxy. This version is intended to provide customers with more granular control over the Slack integration by enabling the Bring-Your-Own-App model and customizable scope-based authentication.

All commands are fully compatible with Slack V2 playbooks as their inputs and outputs have remained the same. As a customer, you should notice no significant change in the behavior of the Slack integration with your existing playbooks.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

mirror-investigation#


Mirrors the investigation between Slack and the Cortex XSOAR War Room.

Base Command#

mirror-investigation

Input#

Argument NameDescriptionRequired
typeThe mirroring type. Can be "all", which mirrors everything, "chat", which mirrors only chats (not commands), or "none", which stops all mirroring. Possible values are: all, chat, none. Default is all.Optional
autocloseWhether the channel is auto-closed when an investigation is closed. Can be "true" or "false". Default is "true".Optional
directionThe mirroring direction. Can be "FromDemisto", "ToDemisto", or "Both". Default value is "Both".Optional
mirrorToThe channel type. Can be "channel" or "group". The default value is "group".Optional
channelNameThe name of the channel. The default is "incident-<incidentID>".Optional
channelTopicThe topic of the channel.Optional
kickAdminWhether to remove the Slack administrator (channel creator) from the mirrored channel. Possible values are: true, false. Default is false.Optional

Context Output#

There is no context output for this command.

Command Example#

!mirror-investigation direction="FromDemisto" channelName="example" using-brand="SlackV3"

Human Readable Output#

Investigation mirrored successfully, channel:example

send-notification#


Sends a message to a user, group, or channel.

Base Command#

send-notification

Input#

Argument NameDescriptionRequired
messageThe message content. When mentioning another Slack user, make sure to do so in the following format: <@user_name>.Optional
toThe user to whom to send the message. Can be either the username or email address.Optional
channelThe name of the Slack channel to which to send the message.Optional
channel_idThe ID of the Slack channel to which to send the message.Optional
entryAn entry ID to send as a link.Optional
ignoreAddURLWhether to include a URL to the relevant component in Cortex XSOAR. Can be "true" or "false". Default value is "false".Optional
threadIDThe ID of the thread to which to reply. Can be retrieved from a previous send-notification command.Optional
blocksA JSON string of Slack blocks to send in the message.Optional

Context Output#

PathTypeDescription
Slack.Thread.IDStringThe Slack thread ID.

Command Example#

!send-notification channel="example" using-brand="SlackV3"

Context Example#

{
"Slack": {
"Thread": {
"ID": "1624272821.000700"
}
}
}

Human Readable Output#

Message sent to Slack successfully. Thread ID is: 1624272821.000700

close-channel#


Archives a Slack channel.

Base Command#

close-channel

Input#

Argument NameDescriptionRequired
channelThe name of the channel to archive. If not provided, the mirrored investigation channel is archived (if the channel exists).Optional
channel_idThe ID of the channel to archive. If not provided, the mirrored investigation channel is archived (if the channel exists).Optional

Context Output#

There is no context output for this command.

Command Example#

!close-channel channel=new-slack-channel

Human Readable Output#

Channel successfully archived.

slack-send-file#


Sends a file to a user, channel, or group. If not specified, the file is sent to the mirrored investigation channel (if the channel exists).

Base Command#

slack-send-file

Input#

Argument NameDescriptionRequired
fileThe ID of the file entry to send.Required
toThe user to whom to send the file. Can be the username or the email address.Optional
groupThe name of the Slack group (private channel) to which to send the file.Optional
channelThe name of the Slack channel to which to send the file.Optional
channel_idThe ID of the Slack channel to which to send the file.Optional
threadIDThe ID of the thread to which to reply. Can be retrieved from a previous send-notification command.Optional
commentA comment to add to the file.Optional

Context Output#

There is no context output for this command.

Command Example#

!slack-send-file file=87@129 channel=testing-docs comment="Look at this gif!"

Human Readable Output#

File sent to Slack successfully.

slack-set-channel-topic#


Sets the topic for a channel.

Base Command#

slack-set-channel-topic

Input#

Argument NameDescriptionRequired
channelThe channel name. If not specified, the topic of the mirrored investigation channel is set (if the channel exists).Optional
channel_idThe ID of the channel. If not specified, the topic of the mirrored investigation channel is set (if the channel exists).Optional
topicThe topic for the channel.Required

Context Output#

There is no context output for this command.

Command Example#

!slack-set-channel-topic topic="Testing topic for documentation" channel=testing-docs

Human Readable Output#

Topic successfully set.

slack-create-channel#


Creates a channel in Slack.

Base Command#

slack-create-channel

Input#

Argument NameDescriptionRequired
typeThe channel type. Can be "private" or "public". Default is private.Optional
nameThe name of the channel.Required
usersA CSV list of user names or email addresses to invite to the channel. For example: "user1, user2...".Optional

Context Output#

PathTypeDescription
Slack.Channel.IDStringThe ID of the channel.
Slack.Channel.NameStringThe name of the channel.

Context Example#

{
"Slack": {
"Channel": {
"ID": "C0R2D2C3PO",
"Name": "random"
}
}
}

Command Example#

!slack-create-channel type="private" name="testing-docs"

Human Readable Output#

Successfully created the channel testing-docs

slack-invite-to-channel#


Invites users to join a channel.

Base Command#

slack-invite-to-channel

Input#

Argument NameDescriptionRequired
usersA CSV list of usernames or email addresses to invite to join the channel. For example: "user1, user2...".Required
channelThe name of the channel to which to invite the users. If the name of the channel is not specified, the name of the mirrored investigation channel is used (if the channel exists).Optional
channel_idThe ID of the channel to which to invite the users. If the ID of the channel is not specified, the name of the mirrored investigation channel is used (if the channel exists).Optional

Context Output#

There is no context output for this command.

Command Example#

!slack-invite-to-channel users="Sir Testing McTesterface" channel=new-slack-channel

Human Readable Output#

Successfully invited users to the channel.

slack-kick-from-channel#


Removes users from the specified channel.

Base Command#

slack-kick-from-channel

Input#

Argument NameDescriptionRequired
usersA CSV list of usernames or email addresses to remove from the a channel. For example: "user1, user2...".Required
channelThe name of the channel from which to remove the users. If the name of the channel is not specified, the mirrored investigation channel is used (if the channel exists).Optional
channel_idThe ID of the channel from which to remove the users. If the ID of the channel is not specified, the mirrored investigation channel is used (if the channel exists).Optional

Context Output#

There is no context output for this command.

Command Example#

!slack-kick-from-channel users="Sir Testing McTesterface" channel=new-slack-channel

Human Readable Output#

Successfully kicked users from the channel.

slack-rename-channel#


Renames a channel in Slack.

Base Command#

slack-rename-channel

Input#

Argument NameDescriptionRequired
nameThe new name of the channel.Required
channelThe current name of the channel. If the name of the channel is not specified, the mirrored investigation channel is used (if the channel exists).Optional
channel_idThe current ID of the channel. If the ID of the channel is not specified, the mirrored investigation channel is used (if the channel exists).Optional

Context Output#

There is no context output for this command.

Command Example#

!slack-rename-channel name="new-slack-channel" channel="testing-docs"

Human Readable Output#

Channel renamed successfully.

slack-get-user-details#


Get details about a specified user.

Base Command#

slack-get-user-details

Input#

Argument NameDescriptionRequired
userThe Slack user (username or email).Required

Context Output#

PathTypeDescription
Slack.User.IDStringThe ID of the user.
Slack.User.UsernameStringThe username of the user.
Slack.User.NameStringThe actual name of the user.
Slack.User.DisplayNameStringThe display name of the user.
Slack.User.EmailStringThe email address of the user.

Command Example#

!slack-get-user-details user="cortex_xsoar" using-brand="SlackV3"

Context Example#

{
"Slack": {
"User": {
"ID": "U0XXXXXXXX",
"Name": "cortex_xsoar",
"Username": "demisto_integration"
}
}
}

Human Readable Output#

Details for Slack user: cortex_xsoar#

IDUsernameName
U0XXXXXXXXdemisto_integrationcortex_xsoar

slack-edit-message#


Edit an existing Slack message.

Base Command#

slack-edit-message

Input#

Argument NameDescriptionRequired
channelThe channel the message is posted in.Optional
channel_idThe ID of the channel the message is posted in.Optional
threadIDThe ID of the thread of which to edit. Can be retrieved from a previous send-notification command.Required
messageThe updated message.Optional
blocksA JSON string of the block to send.Optional
ignore_add_urlWhether to include a URL to the relevant component in XSOAR. Can be "true" or "false". Default value is "false".Optional

Context Output#

PathTypeDescription
Slack.Thread.IDStringThe timestamp identifier for the message.
Slack.Thread.ChannelStringThe channel ID the message was posted in.
Slack.Thread.TextStringThe text the message was updated with.

Command Example#

!slack-edit-message channel="random" threadID="1629281551.001000" message="Eyy"

Context Example#

{
"Slack": {
"Thread": {
"ID": "1629281551.001000",
"Channel": "C0XXXXXXXX",
"Text": "Eyy"
}
}
}

Human Readable Output#

The message was successfully edited.

slack-pin-message#


Pins a selected message to the given channel.

Base Command#

slack-pin-message

Input#

Argument NameDescriptionRequired
channelThe channel the message is posted in.Optional
channel_idThe ID of the channel the message is posted in.Optional
threadIDThe ID of the thread of which to pin. Can be retrieved from a previous send-notification command.Required

Context Output#

There is no context output for this command.

Command Example#

!slack-pin-message channel=random threadID=1629281551.001000

Human Readable Output#

The message was successfully pinned.

slack-get-integration-context#


Returns the integration context as a file. Use this command for debug purposes only.

Base Command#

slack-get-integration-context

Input#

There are no input arguments for this command.

Context Output#

There is no context output for this command.

slack-user-session-reset#


Reset user session token in Slack.

Base Command#

slack-user-session-reset

Input#

Argument NameDescriptionRequired
user_idThe user id of the user.Required

Context Output#

There is no context output for this command.

slack-list-channels#


List all of the channels in the organization workspace. This command required scopes depend on the type of channel-like object you're working with. To use the command, you'll need at least one of the channels:, groups:, im: or mpim: scopes corresponding to the conversation type you're working with.

Base Command#

slack-list-channels

Input#

Argument NameDescriptionRequired
name_filterSupply this argument to only return channels with this name .Optional
channel_typesDefault is "public_channel". You can provide a comma separated list of other channels to include in your results. Possible options are: "public_channel", "private_channel", "mpim", and "im". Including these options may require changes to your Bot's OAuth scopes in order to read channels like private, group message, or personal messages.Optional
exclude_archivedDefault is true (exclude archived channels). This setting allows the command to read channels that have been archived.Optional
limitDefault is 100. Set this argument to specify how many results to return. If you have more results than the limit you set, you will need to use the cursor argument to paginate your results.Optional
cursorDefault is the first page of results. If you have more results than your limit, you need to paginate your results with this argument. This is found with the next_cursor attribute returned by a previous request's response_metadata .Optional

Context Output#

PathTypeDescription
Slack.Channels.IDstringThe ID for the channel
Slack.Channels.NamestringName of the channel
Slack.Channels.CreatednumberEpoch timestamp when the channel was created
Slack.Channels.CreatorstringID for the creator of the channel
Slack.Channels.PurposestringThe purpose, or description, of the channel

slack-get-conversation-history#


Fetches a conversation's history of messages and events

Base Command#

slack-get-conversation-history

Input#

Argument NameDescriptionRequired
channel_idThe channel ID associated with the Slack channel.Required
limitDefault is 100. Set this argument to specify how many results to return. If you have more results than the limit you set, you will need to use the cursor argument to paginate your results.Optional
conversation_idConversation id.Optional

Context Output#

There is no context output for this command.

slack-get-conversation-replies#


Retrieves replies to specific messages, regardless of whether it's from a public or private channel, direct message, or otherwise.

Base Command#

slack-get-conversation-replies

Input#

Argument NameDescriptionRequired
channel_idID of the channel.Required
thread_idID of the thread.Required
limitlimit.Optional

Context Output#

There is no context output for this command.

Known Limitations#

  • All commands which use channel as a parameter, it is now advised to use channel-id using the channel ID found in the incident's context under the Slack.Channels.ID value. Using channel-id as opposed to channel will improve the performance of the integration.
  • SlackV3 mirrors incidents by listening to messages being sent in channels the bot has been added to. Because of this, you may have some users in Slack who are not users in Cortex XSOAR. This will occasionally cause the module health to indicate that an error has occurred because a user was unable to be found. In this circumstance, the error is expected and is purely cosmetic in nature.
  • In some cases when mirroring an investigation, kicking the admin will cause no further actions to be able to be performed by the bot. Any subsequent actions taken on the channel (such as mirror out) will result in a "not in channel" error.
  • Note: If a dedicated channel is configured, however there are no notifications being sent, verify that the Types of Notifications to send parameter is populated.
  • mirror-investigation will only mirror chat messages between Cortex XSOAR and Slack. Images, threads, and files are not supported at this tme.

Troubleshooting#

Issue: The survey sent from SlackBlockBuilder is sent to Slack and submitted successfully, but the response does not show up in context data in Cortex XSOAR.

Resolution: The most likely cause is that there is no API key entered into the Slack v3 integration instance settings, or the API key was not created by the default admin user. Ensure that an API key created by a default admin user is entered into the Slack v3 integration instance settings. Also, make sure to mark the Trust any certificate (not secure) integration parameter.