Procedures
Automation procedures in the Slack book.
Ensure that you have installed or connected the Slack book and created a new playground before using these automation procedures.
to read the (item's messages)
Read messages from a channel.
Input Concepts
item
The channel or user to read messages from
slack channel or slack user
Yes
(no default)
Output Concepts
Examples
Read messages from Slack
to retrieve a (channel) from slack
Retrieve a channel from Slack.
Input Concepts
channel name
The name of the channel to retrieve
text
Yes
(no default)
Output Concepts
Examples
Retrieve the channel from Slack
to retrieve a (user) from slack
Retrieve a user from Slack.
Input Concepts
user name
The name of the user to retrieve
text
Yes
(no default)
Output Concepts
Examples
Retrieve the user from Slack
to send message to an item
Send a message to a channel or user.
Input Concepts
item
The channel or user to send the message to
slack channel or slack user
Yes
(no default)
message
The message to send
text
Yes
(no default)
blocks
The blocks to send
slack action block or slack context block or slack divider block or slack header block or slack image block or slack markdown block or slack section block
No
(no default)
Output Concepts
Examples
Send a message to Slack
Last updated
Was this helpful?
