Slack Actions
Create Slack Channel and Invite Users : Create a Slack Channel with given name, and invite a list of userIds to the channel.
Get Slack SDK Handle : Get Slack SDK Handle
Post Slack Image : Post Slack Image
Post Slack Message : Post Slack Message
Slack Lookup User by Email : Given an email address, find the slack user in the workspace. You can the extract their Profile picture, or retrieve their userid (which you can use to send messages) from the output.
Slack Send DM : Given a list of Slack IDs, this Action will create a DM (one user) or group chat (multiple users), and send a message to the chat
Last updated