channels | string or SelectableOption | Yes | - | Configure which channels to monitor for new messages. Available options: ‘all’ - Monitor all channels where the bot is added ‘specific’ - Monitor only a specific channel Important: The bot only listens to messages where @Markifact is mentioned. Make sure the bot is added to the channels you want to monitor. |
channel | SelectItem | No | - | The specific Slack channel to monitor for new messages. This field is required when channels is set to ‘specific’. Select any public channel where the bot has been added, or private channels where the bot is a member. The channel value should be the channel ID, not the channel name. Example: Channel ID like ‘C1234567890’ for #general |
message | object | No | - | The message event data that triggered this workflow. This field is automatically populated when a new message is received and contains information like: - message: The actual message text - channel: Channel information - thread_id: Thread ID if it’s a threaded message - conversation_id: Unique conversation identifier - user_id: ID of the user who sent the message - username: Username of the sender - user_real_name: Real name of the sender - today_date: Current date when the message was received This data can be referenced in downstream nodes using {{nodeId__data.message}}, {{nodeId__data.user_id}}, etc. |