Send DMs, post to channels, and look up users to connect your workflows with Slack.
Direct Messages
Channel Posts
User Lookup
Share Links
_send_slack_direct_message
Name | Definition | Format |
---|---|---|
slack_user_id | Recipient’s Slack user ID (e.g., U0123ABCD ). | String |
message | Message text. URLs will auto-link in Slack clients. | String |
_send_slack_channel_message
Name | Definition | Format |
---|---|---|
channel | Channel name or ID (e.g., #data-ops or C07FBCHFZ26 ). | String |
message | Message text to post to the channel. | String |
_lookup_slack_user_id
Name | Definition | Format |
---|---|---|
user_name | Display name to resolve to a Slack user ID. | String |
_lookup_slack_user_id
and store the returned slack_user_id
for future sends.slack_user_id
.slack_user_id
values once resolved.slack_user_id
and basic profile fields.