https://github.com/codeincrypt/slack-message-webhook
https://github.com/codeincrypt/slack-message-webhook
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeincrypt/slack-message-webhook
- Owner: codeincrypt
- Created: 2023-05-10T20:11:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T17:13:25.000Z (about 3 years ago)
- Last Synced: 2025-06-04T20:26:22.138Z (about 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API Setup
Slack Message Webhook API
Clone Slack Message webhook Node Js API
```
git clone https://github.com/codeincrypt/slack-message-webhook.git
```
Install all the required packages
```
npm i
```
Next, set your slack bot channel URL in app.js (message-bot API)
Start API,
```
node app.js
```
API is running on PORT 4060
Call API message-bot (POST) & payload (name, email)
## Slack Webhook setup
Slack Message Webhook API
- Create New Bot
- URL : https://api.slack.com/apps
- Connect with a new Channel :
- Allow Activate Incoming Webhook
- Copy Webhook URL & Paste in App.js