The following are links to step-by-step instructions on how to use the Slack activities. These guides help you create a working sample of the different activities so that you can verify the connection to your Slack workspace and get familiar with the input/output datatypes.
Quickstart | Description |
---|
Channels and Messages | After completing the steps in this guide, you'll have an automation sequence that does the following:
- Establishes a connection to your Slack workspace (Slack Scope).
- Creates a new channel in your Slack workspace (Create Channel).
- Invites a user to your new channel (Invite to Channel).
- Sends a message to the channel (Send Message).
- Verifies the results of the Create Channel, Invite to Channel, and Send Message activities by outputting the channel's messages and user information (Get Messages, For Each, and Write Line).
|
Search, Download, and Reply | After completing the steps in this guide, you'll have an automation sequence that does the following:
- Establishes a connection to your Slack workspace (Slack Scope).
- Searches a Slack channel using key words and returns the results (Search).
- Downloads the first file found during the Search activity (Download File).
- Replies, with an attachment, to the first message found during the Search activity (Reply).
- Verifies the results of the Reply and Download File activities by outputting the names of the downloaded and attached files (Get Replies and Write Line).
|
Updated about a month ago