args: - description: The Zoom user ID, JID or email to whom to send the message. You must provide this parameter or the channel_id parameter. name: user - description: The ID or the JID of the channel where you intend to send the message. You must provide this parameter or the user parameter. name: channel_id - name: channel_name description: The channel name can be provided only if the channel is part of a mirroring incident, instead of the channel JID. - description: The message to send to the user or channel. name: message required: true - defaultValue: Yes#blue description: The first reply option. The default is "Yes" with a blue button. To change the color of the button, add the pound sign (#) followed by the name of the new color (blue, red, or black). The default color is "blue". For example, "Yes#blue". 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 (blue, 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 - 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: button predefined: - button - dropdown - description: A comma-separated list of additional options in the format of "option#color", for example, "maybe#black". The default color is "black". Options cannot contain whitespaces. name: additionalOptions - defaultValue: Thank you {user}. you have answered {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 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: ZoomAsk version: -1 enabled: true name: ZoomAsk script: '-' subtype: python3 tags: - zoom timeout: '0' type: python dockerimage: demisto/fastapi:0.125.0.10158186 tests: - no test - Untestable dependson: must: - Zoom|||send-notification fromversion: 5.0.0 supportedModules: - agentix - xsiam - edr