iamgoangle / slack-fanout-channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fanout Incoming Webhooks

We are going to create a webhook to post message from application to Slack channels.

Flows

flow

Getting Started

Update .env for the configuration below.

SLACK_BOT_TOKEN=xoxb-
SLACK_SIGNING_SECRET=
SLACK_CHANNELS_ID=

Run the web hook server.

npm run dev

APIs

chat.postMessage

https://api.slack.com/methods/chat.postMessage

Builders

Sentry Webhook Integration

sentry

sentry

Slack config BOT Webhook

hook

Slack oAuth

https://api.slack.com/docs/oauth#flow

Dev Locally

<https://slack.dev/node-slack-sdk/getting-started

About


Languages

Language:JavaScript 100.0%