Skip to content

Jareechang/slack-webook-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Message Block Kit w/ JSX Proof-Of-Concept

Testing out slack webhook using the jsx-slack package. Creating Slack message using Block Kit using jsx.

Sample Slack message

Sample Message

Getting started

1. Setup enviroment

Environment variable Description Required ?
SLACK_MS_WEBHOOK_ENDPOINT Your slack webhook endpoint Yes
SLACK_MS_WEBHOOK_CHANNEL Your slack channel Yes
SLACK_MS_DEBUG Turn on debug mode (logging) No (optional)

2. Setup enviroment

// Execute send slack webhook message
yarn run send-message

// Run watch command for build (src -> lib) 
yarn run build-watch 

// Run build command for build (src -> lib) 
yarn run build 

Technologies

About

Proof of concept of slack webhook (w/ jsx-slack)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published