Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.54 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.54 KB

Adobe I/O Events - Analytics Triggers Demo

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.

Install

Local/Server deployment

$ npm install
$ npm start

Hosting on heroku

$ cd webhooks-provider
$ heroku login
$ heroku create
$ git push heroku master
$ heroku open

Usage

Subscribe to webhook events via URL

  • Establish connection using the following steps:

listen to webhooks

  • 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

listen to webhooks

Update Slack Incoming Webhook

  • 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

Contributors

Lincense

MIT