website logo
⌘K
GETTING STARTED
Getting started with Pathfix
Introduction
OAuth Connect Page
Custom Redirect Domain
Monitoring Activity
Workspace
Extensions
Security
Notifications
Event Callback
Scopes
Provider reference
Access tokens
SDK's
BUBBLE.IO INTEGRATION
Bubble.io Documentation
ADALO INTEGRATION
Adalo Documentation
Adalo User Authorization
Adalo API Call
DEVELOPER CENTER
Developer center
Pathfix Consent Screen (preview)
Module dependencies
Step-by-Step
General
JavaScript
PROVIDER SETUP DOCS
Integration Setup Docs
Identity Auth
Integrating with Airtable
Integrating with Box
Integrating with Hubspot
Integrating with GitHub
Integrating with Google Tasks
Integrating with Instagram Graph API
Integrating with LinkedIn
Integrating with Pipedrive
Integrating with Quickbooks
Integrating with Stripe
Integrating with Stripe-Server
Integrating with Slack
Integrating with TikTok
Integrating with Typeform
Integrating with WooCommerce
Integrating with Xero
Integrating with Zoom
Docs powered by archbee 
15min

Integrating with Slack

Pathfix allows you to easily add end-user OAuth based integration, handling authorization and enable communication between your app and Slack in just a few minutes.

Pathfix has 2 connectors for Slack - Slack and Slack V2. Slack recently made changes to their authorization process and deprecated their previous module. However, the depricated version is still supported and is available to older users. We recommend using Slack V2 for your oauth setup in Pathfix.

Before proceeding, you will first need to register your application with Slack.

Please note: You will need to create an account with Slack to access this.



Add your App on Slack

  • Go to the url https://api.slack.com/apps
  • Click on Create New App and fill in the details.
Image: Slack Integration
Image: Slack Integration



  • Name your App and click Create App



Image: Create Slack App
Image: Create Slack App





  • Under the Add features and functionality section, select Permissions



Image: Slack Permissions
Image: Slack Permissions





  • Add the Pathfix Redirect URL
Image: Add Redirect URL's
Image: Add Redirect URL's



  • Add the following Scopes chat:write:user,channels:read and remember these for later



Image: Add OAuth Scope in Slack
Image: Add OAuth Scope in Slack





  • Under Basic Information, scroll down to get your Client ID and Client Secret and copy these for use in Pathfix
Image: Slack Client ID & Client Secret
Image: Slack Client ID & Client Secret





Setup in Pathfix



  • Login to your Pathfix account and click on Add Application
  • Add the name of your SaaS and hit Save
  • Select Slack V2 (choose V2 to connect to the new Slack OAuth connector) from the list of providers to integrate with. You can change the Display Name and Description.



Image: Configure Slack Integration
Image: Configure Slack Integration



  • Enter the Client ID and Client Secret received from Slack
  • Check if the Scopes match with the Scopes selected in Slack and hit Save



Image: Add Slack ClientID and Client Secret
Image: Add Slack ClientID and Client Secret





Add Integration To Your SaaS

To add Pathfix Integration to your code base:

There are 2 steps to adding the integration to your SaaS

  1. End-user authorization
  2. Enable pass-through API



To add the integration to your Bubble app, please follow this documentation Bubble.io Setup





Need help? Reach out to us at support@pathfix.com and we would be happy to assist!

Updated 17 Jan 2023
Did this page help you?
Yes
No
UP NEXT
Integrating with TikTok
Docs powered by archbee 
TABLE OF CONTENTS
Add your App on Slack
Setup in Pathfix
Add Integration To Your SaaS