Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.55 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.55 KB

Build Status Coverage Status

Asana Webhooks Manager and Event Handler (AWM)

AWM is an open-source, webhooks management and event handling server for Asana
Consider AWM as your starting point (and time saver) for creating your own real-time applications on top of Asana's webhooks machanism.

View workspaces and projects
Subscribe for real-time event notifications
Subscribe for real-time event notifications

Out-of-the-box support for:

  • Login with Asana
  • Webhooks management for all projects and all workspaces (view,add,remove)
  • Handling webhooks "handshake" during creation
  • Accepting webhook events payloads and verifying payload source (hmac2056)
  • A live view for viewing incoming events in real-time
  • Documentation on how to extend and modify

Installation

AWM requires Node.js v6.9+ to run.
Download, extract and run the server

$ cd asana-webhooks-manager
$ node server.js