Integrations
Send Slack message
Send a message to the user via Slack.
Parameters#
messagestringrequiredThe text content (Slack mrkdwn). May be empty when media_files is provided.
thread_idstringdefault: ""Optional Slack thread_ts to send into. Overrides channel_id/current context destination.
channel_idstringdefault: ""Optional Slack channel ID to send into when not targeting a thread.
media_filesstring[]default: []Absolute file paths to send as file attachments (e.g., ["/home/workspace/Images/chart.png"]).