send_interactive_message
Send interactive messages with buttons to Slack channels to engage users, gather responses, and streamline communication. Supports titles, descriptions, and customizable button actions for efficient workflows.
Instructions
Send an interactive message with buttons.
Args: channel: Channel ID or name title: Message title description: Message description buttons: JSON string of button configurations [{"text": "Button Text", "action_id": "action_1", "style": "primary"}] thread_ts: Thread timestamp for replies (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
buttons | Yes | ||
channel | Yes | ||
description | Yes | ||
thread_ts | No | ||
title | Yes |