args: - description: The Slack user to which to send the message. Can be either an email address or a Slack user name. name: user - description: The Slack channel to which to send the message. name: channel - description: The Slack channel ID to which to send the message. name: channel_id - description: The message to send to the user or channel. name: message required: true - defaultValue: Yes#green description: The first reply option. The default is "Yes" with a green button. To change the color of the button, add the pound sign (#) followed by the name of the new color (green, red, or black). The default color is "green". For example, "Yes#green". Options cannot contain whitespaces. name: option1 - description: The second reply option. The default is "No" with a red button. To change the button color, add the pound sign (#) followed by the name of the new color (green, red, or black). The default color is "red". For example, "No#red". Options cannot contain whitespaces. name: option2 defaultValue: No#red - description: The task to close with the reply. If empty, then no playbook tasks will be closed. name: task - description: Tag to add to email reply entries. name: replyEntriesTag - auto: PREDEFINED defaultValue: 'false' description: Indicates whether to use one-time entitlement or persistent entitlement. name: persistent predefined: - 'true' - 'false' - description: How the user should respond to the question. name: responseType auto: PREDEFINED defaultValue: buttons predefined: - buttons - thread - description: A comma-separated list of additional options in the format of "option#color", for example, "maybe#red". The default color is "black". Options cannot contain whitespaces. name: additionalOptions - defaultValue: Thank you for your response. description: The reply to send to the user. Use the templates {user} and {response} to incorporate these in the reply. (i.e. "Thank you {user}. You have answered {response}."). name: reply - defaultValue: 1 day description: Time until the question expires. For example - 1 day. When it expires, a default response is sent. name: lifetime - description: Default response in case the question expires. name: defaultResponse defaultValue: NoResponse - description: The instance of SlackV3 this script should use. name: slackInstance - default: true defaultValue: SlackV3 description: The version of Slack to use. SlackV3 is configured by default. name: slackVersion comment: 'Sends a message (question) to either user (in a direct message) or to a channel. The message includes predefined reply options. The response can also close a task (might be conditional) in a playbook. Note: a message maximum length is 3000 characters enforced by Slack API.' commonfields: id: SlackAskV2 version: -1 enabled: true name: SlackAskV2 script: '-' subtype: python3 tags: - slack timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 tests: - no test - Untestable dependson: must: - SlackV3|||send-notification fromversion: 5.5.0