Skip to content

hirenoble/webhook_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample webhook application to handle and process Adobe I/O Events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published