Slack

Source

Polytomic connects to Slack using a Bot User OAuth Access Token. This requires first creating a Slack app

  1. Go to the Slack App site.

  2. Click Create an App.

  3. Give the app a name and select the workspace you want to sync data from.

  4. Click Create App.

  5. Add the following OAuth Scopes to the list of Bot Token Scopes:

  • channels:history
  • channels:join
  • channels:read
  • files:read
  • groups:read
  • links:read
  • reactions:read
  • remote_files:read
  • remote_files:write
  • team:read
  • useergroups:read
  • users.profile:read
  • users:read
  • users:read.email
  1. Install the app to your workspace.

  2. After successfully installing the app to your workspace, copy the *Bot User OAuth Access Token presented to you.

  3. In Polytomic, go to ConnectionsAdd ConnectionSlack.

  4. Paste the Bot User OAuth Access Token from Step 7 in the Bot API key field.

1760
  1. Click Save.

Ingesting Slack events

If you want to ingest Slack's real-time events using Polytomic's Bulk Syncs, you'll need to perform additional configuration in the Slack app you set up above after the Polytomic Slack connection is saved.

  1. Turn on the Enable Events switch in the Event Subscriptions section of your Slack app config:
  1. Copy the Event Subscription Request URL from your saved Polytomic Slack connection and paste it in the Request URL field above. You can also use your own URL as long as you implement a 301HTTP redirect to your Polytomic Slack connection's event subscription request URL.
  2. Click Add Bot User Event to specify the list of Slack events that Polytomic should ingest.
  3. Once you've saved your new Slack application config, you'll be able to add the collection Events to your Polytomic bulk sync config. You'll then receive all Slack events you added in Step 3.