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.
- 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
AWM requires Node.js v6.9+ to run.
Download, extract and run the server
$ cd asana-webhooks-manager
$ node server.js