asana-webhooks-manager
asana-webhooks-manager copied to clipboard
Asana Webhooks Manager (AWM) is a free and open source management and event handling server, written in JavaScript (NodeJS, Angular) for Asana's webhooks API. Use AWM to manage webhooks subscriptions...
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.
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