https://github.com/shoppingjaws/enhanced-slack-platform
This enhances your slack workflow builder
https://github.com/shoppingjaws/enhanced-slack-platform
slack workflow-builder
Last synced: 2 months ago
JSON representation
This enhances your slack workflow builder
- Host: GitHub
- URL: https://github.com/shoppingjaws/enhanced-slack-platform
- Owner: shoppingjaws
- License: mit
- Created: 2023-09-09T18:37:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T09:02:50.000Z (almost 3 years ago)
- Last Synced: 2025-10-11T04:42:28.246Z (9 months ago)
- Topics: slack, workflow-builder
- Language: TypeScript
- Homepage:
- Size: 643 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup

## Notion Setup
### Publish token
- Publish Notion integration token with these scope
- contents read/write/insert
- comment read/insert
- user read(email)
### Connect token to contents
read [here](https://www.notion.so/help/add-and-manage-connections-with-the-api)
### Install token into local
```bash
$ export NOTION_TOKEN=********
```
### Install token into remote
```bash
$ slack env add NOTION_TOKEN ********
```
# Install the Slack Workflow
To use this template, you need to install and configure the Slack CLI.
Step-by-step instructions can be found in our
[Quickstart Guide](https://api.slack.com/automation/quickstart).
## Install into workspace(locally)
```bash
$ slack run
```
## Install into workspace
```bash
$ slack deploy
```
## Change Workflow Builder visibility
```bash
$ slack function distribute
```