How it works
Connecting Slack allows Clearskies to operate directly inside Slack and incorporate conversations into the Context Graph. Once connected, Clearskies can:- Respond when mentioned in Slack
- Use Slack conversations as customer context
- Associate Slack activity with accounts and deals alongside CRM, calls, email, and calendar data
What you’ll need
- Slack workspace admin access (Regular members cannot grant the required permissions)
Setup steps (~5 minutes)
1. Open Context Graph in Clearskies
Log in to Clearskies and navigate to Context Graph from the main navigation.2. Connect Slack
Find Slack and click Connect. You’ll be redirected to Slack to authorize access.3. Review Slack permissions
Slack will ask you to approve permissions that allow Clearskies to read context and take actions in Slack.Information Clearskies can view:
Content and info about channels & conversations- View messages and other content in public channels that Clearskies has been added to
- View basic information about public channels in your workspace
- View messages and other content in direct messages that Clearskies has been added to
- View people in your workspace
- View email addresses of people in your workspace
Actions Clearskies can take:
Perform actions in channels & conversations- View messages that directly mention @clearskies in conversations that the app is in
- Join public channels in your workspace
- Send messages as @clearskies
- Start direct messages with people
- Add shortcuts and/or slash commands that people can use
4. Verify connection in Clearskies
After approval, return to the Context Graph page in Clearskies. Click Slack to confirm a list of Slack channels detected in your workspace is visible.5. Slack channel → account linking
Channels can be linked to customer accounts so Clearskies understands which conversations belong to which customers. There are three ways to link channels: AI-assisted linking (optional)- Open the All dropdown
- Select With suggestions to view AI-recommended channel-to-account matches
- Review suggestions and accept or decline them individually, or accept all at once
- Select a Slack channel from the list
- Click the field under Linked account
- Search for and select the account you want to associate with that channel
Auto-link Slack channels to Accounts
If your team creates customer Slack channels automatically (using Salesforce Flow, Slack Workflow Builder, or custom scripts), you can configure Clearskies to auto-link those channels to the correct Account. This removes the need to review bulk suggestions every week. When your automation creates a Slack channel for an Account, it also writes the Slack Channel ID to a Salesforce field. Clearskies reads that field and links the channel to the Account, then begins ingesting messages from the channel automatically.Prerequisites
- You can add a custom field to the Salesforce Account object.
- Your Slack channel-creation automation can access the Slack Channel ID.
- Clearskies has access to Salesforce and Slack for your workspace.
Step 1: Create a Salesforce field on Account
- In Salesforce Setup, go to Object Manager → Account → Fields & Relationships → New.
- Create a custom field to store the Slack Channel ID.
- Recommended type: Text
- Recommended length: 50
- Example API name:
Slack_Channel_ID__c
Step 2: Update your channel-creation automation to populate the field
Your automation must do two things:- Create the Slack channel.
- Write the Slack Channel ID back to the correct Account record.
- Write the Channel ID (example format:
C01234567). Do not write the channel name. - If you create multiple channels per Account, store the primary deal channel here. Use clearskies bulk suggestions for the rest.
Step 3: Confirm clearskies is linking and ingesting
After the Account field is populated:- clearskies polls Salesforce regularly.
- When it detects a newly created Account with
Slack_Channel_ID__cpopulated, it creates or updates the mapping. - clearskies starts ingesting messages from that channel.