Appearance
Slack
Slack is a business communication platform offering many IRC-style features, including persistent chat rooms (channels) organized by topic, private groups, and direct messaging. It was created to be a place where work happens, providing a way for teams and organizations to communicate and collaborate in real time.
Key features of Slack:
- Channels
- Direct Messages and Group DMs
- Integration with other services
- Searchable History
- File Sharing
- Voice and Video Calls
- Notifications
- Workflow Builder
- Security
- Slack Connect
- Apps and Bots
- Cross-Platform Support
- Customizability
As a platform, Slack is widely adopted for its clean, easy-to-use interface and robust feature set that supports collaboration and productivity for teams of all sizes, ranging from small startups to large enterprises.
Actions:
- Find a message: Finds a message using the Slack search feature.
- Find user bey email: Finds a user by email.
- Send a message to a channel: Sends a message to a specified channel.
- Send a direct message: Sends a direct message to a user or yourself from the Slackbot.
Connect with Slack:
Log in to your Slack account.
Go to the link to create an app on Slack API.
Select From scratch.
Enter an App name.
Pick the workspace you would like to use with the Slack connection.
Click the Create App button.
Scroll down to App Credentials.
Click the Show button to reveal the Client Secret.
Copy the
Client ID
andClient Secret
values and save them for future use.Go to the OAuth & Permissions page and scroll down to the Redirect URLs section and click the ADD New redirect URL button.
Go to Mation and navigate to My Apps and Add a new connection choosing Slack from the list.
Copy the
OAuth Redirect URL
from Mation and paste it into theRedirect URLs
field on Slack. Click the Add button.Do not forget to click the Save URLs button!
Scroll down to Bot Token Scopes and click the Add an OAuth Scope button.
Add
chat:write.customize
along withchat:write
scope to enable bot functionality.HTTPS REQUIRED
Slack does not allow non-secure URLs in redirect URLs. Therefore, you have to serve Mation via HTTPS protocol.
Paste the
Client ID
andClient Secret
values you have saved earlier into the respective fields asAPI Key
andAPI Secret
on Mation.Click the Submit button.
A pop-up window appears. Click the Allow button.
Your Slack connection is now established.
Start using your new Slack connection with Mation.