App Logo
slack.com

Send Slack message

Post a message to a channel or DM, identified by name ('social', '#social'), channel/DM id (C…/D…), or a user (@handle or U…) for a direct message. Pass threadTs to reply inside a thread (with broadcast to also send it to the channel). Returns the new message ts, channel id and permalink. Requires login.

Input

text required

Message text (supports Slack mrkdwn).

channel required

Target: channel name/#name, channel/DM id (C…/D…), @handle or user id (U…) for a DM.

threadTs optional

Parent message ts to reply in its thread.

broadcast optional

When replying in a thread, also post to the channel. Default false.

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

ok required
ts required
channel required
permalink optional

Start building not clicking