send_announcement
Send formatted announcements to Slack channels, including a title, message, and optional details like author, timestamp, or thread replies. Simplify team communication with structured updates.
Instructions
Send a formatted announcement message.
Args: channel: Channel ID or name title: Announcement title message: Main announcement message author: Author name (optional) timestamp: Custom timestamp (optional) thread_ts: Thread timestamp for replies (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author | No | ||
channel | Yes | ||
message | Yes | ||
thread_ts | No | ||
timestamp | No | ||
title | Yes |