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 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". name: option1 - defaultValue: No#red 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". name: option2 - 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' - auto: PREDEFINED defaultValue: buttons description: How the user should respond to the question. name: responseType 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". 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 - defaultValue: NoResponse description: Default response in case the question expires. name: defaultResponse 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. commonfields: id: SlackAsk version: -1 enabled: true name: SlackAsk script: '-' subtype: python3 tags: - slack timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 tests: - no test - Untestable dependson: must: - SlackV2|||send-notification fromversion: 5.0.0