This is sample to recieve message from Slack Outgoing Webhook.
It can deploy easily on Heroku
#Settings
-
Please set ENV
DATABASE_URL
for PostgreSQL andTOKEN
for Slack Outgoing Webhook TOKEN -
Table Schema:
Create table slack_log(user_name text, user_id text, channel_id text, channel_name text, text text, timestamp timestamp default now());
#Run
node index.js
MIT License