send_form_message
Send interactive form messages in Slack with select menus. Specify channel, title, description, and options to gather user input efficiently. Supports thread replies for organized conversations.
Instructions
Send a form-like message with a select menu.
Args: channel: Channel ID or name title: Form title description: Form description select_options: JSON string of select options [{"text": "Option 1", "value": "opt1"}] select_placeholder: Placeholder text for select menu select_action_id: Action ID for the select menu thread_ts: Thread timestamp for replies (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel | Yes | ||
description | Yes | ||
select_action_id | No | form_select | |
select_options | Yes | ||
select_placeholder | No | Choose an option | |
thread_ts | No | ||
title | Yes |