NO CODE PLUGINS

Slack Integration

11min

The Pathfix Slack Integration Plugin enables message sending capabilities from your Bubble app to your user's Slack Workspace. The plugin will handle OAuth configs + tokens and calls the relevant Slack API automatically. No configurations required to get the plugin working

This documentation will show setup guide and a few example use cases.



Setup

The plugin is available in the Bubble Plugin store.

IMPORTANT: You need to install the Pathfix OAuth Connector first before installing this plugin

  • Click on Add Plugin in the plugin section of your Bubble editor
  • by Pathfix Inc. and install it (click here to access the plugin)
  • Under x-partner-key (shared headers), add your Pathfix x-partner-key from the Keys section of your Pathfix account



Image: Partner Key
Image: Partner Key




  • Navigate to the Design section and select the Pathfix Connector element and enable Slack from the list of providers



Image: enable the provider
Image: enable the provider




Once installed, there are no additional configurations required to get the Plugin to work. All actions are immediately available, you can setup your workflow in Bubble to add message sending capabilities.

The Connect button will automatically be added to your page that contains the Pathfix Connector Design Element. No additional settings are required

You can add dropdown, text etc elements to pull in Slack Channels using the plugin and setup Workflows to send messages or notifications to your user's Slack channel of choice.



Sample Setup

Here are a few sample screenshots and use-cases that show the setup to pull data or push messages to your User's Slack Workspace.



Get List of channels for the connected user:

Image: Get Slack Channels
Image: Get Slack Channels




Dropdown element for listing Channel names:

Image: Dropdown Channels
Image: Dropdown Channels




Add a Text and Button element and enable sending capabilities directly from your app with a simple workflow. Sample:



Image: Workflow
Image: Workflow




Setup notification workflow

You can setup notifications workflows to your users channels for certain actions that happen in their app. Here is a sample workflow:

Image: Notification
Image: Notification




You can also setup workflows to send DM notifications to all users that have authorized your app in their Slack. Simple replace the channel name with {{authed_user.id}}



Image: Notify auth'd users
Image: Notify auth'd users




Additionally, the Slack plugin (version 3.1.0) also gives you the following additional setting options:

  • channel_types
    • You can choose to show specific channel types for users including private_channels, public_channel, im and mpim (aka multiparty im/group im)
  • exclude_archive
    • Exclude archived channels from being shown to your users. By default, this is excluded. To include archived channels, change the value to false



Image: channel type and archive setting
Image: channel type and archive setting




Send DM to User in workspace

You can send a direct message for the authorized user to any of the users in the Slack workspace. To do this, you will first need to fetch the list of users for your customer to choose from.



Image: Select team member
Image: Select team member




Next, add a button to Send the message (you can customize the button to dynamically pick up the name from the previous dropdown selection):



Image: Send message button
Image: Send message button




Finally, add a workflow to trigger when the Send button is clicked. Replace the channel field to dynamically pick up the ID from the Select team member Dropdown:



Image: Send dm to users workflow
Image: Send dm to users workflow






Video Walkthrough

See how you can add Slackbot functionality to your Bubble app (note: we are constantly adding APIs to the plugin based on requests and modify them depending on the provider, due to which the video may not include all APIs and actions).







Whitelabel

The plugin works with a Pathfix ClientID and ClientSecret. This means that when your user goes through the OAuth process to grant access, they will see the request by Pathfix.

You can use your own ClientID and ClientSecret in the plugin and whitelabel it.

Follow this document to Whitelabel Your Connectors



Works with

Bubble.io