This package provides you with a simple webhook provider that allows you to create webhooks urls dynamically and observe activities on webhook based on path in real time. Furthermore, you can update the slack path to send message into your own slack channel for each Trigger event.
$ npm install
$ npm start
$ cd webhooks-provider
$ heroku login
$ heroku create
$ git push heroku master
$ heroku open
- Establish connection using the following steps:
-
Add the webhook you created to your I/O Events Integration on I/O Console
-
You should be able to see your Trigger Event updates posted here
- Set up an Incoming Webhooks for your team: https://api.slack.com/incoming-webhooks
- Update the slackWebhook and slackChannel variable in public/javascripts/app.js to the link and channel that you just set up
- You should be able to see slack updates now
- Sarah Xu @sarahxxu.
- Arjun Raj @rajarju.
- Hiren Shah @hirenoble.