node-flowdock
node-flowdock copied to clipboard
Flowdock client/API for node.js
node-flowdock currently has a 2 vulnerable dependency paths, introducing 2 different types of known vulnerabilities. This PR fixes vulnerable dependencies. - [ReDOS vulnerability](https://snyk.io/vuln/npm:hawk:20160119) in the `hawk` dependency. - [remote memory...
Is it possible to send a message using a Developer Application's flow token? When I create a new try to use my DA's flow token to create a new session...
In Node 7, process.EventEmitter doesn't exist (and in Node 6 it's deprecated, and will print a warning), but `Session` here [extends it](https://github.com/flowdock/node-flowdock/blob/master/src/flowdock.coffee#L13). See https://github.com/nodejs/node/pull/6862 for more details. It'd be nice...
I want to post html page in flow, with some javascript actions included, is there any way we can do it, or it accepts only string. Something like session.message('', page.html)
Does anyone have a sample to download a file? I am getting a 400 error on the redirect to Amazon ``` session.get(message.attachments[0].path, {},function(e,data) { var attachment = fs.createWriteStream("./Activity/" + message.id...
Create a new method that will post to the team inbox ``` coffeescript inbox: (flowId, message, tags, callback) -> data = flow: flowId event: 'mail' source: message.source from_address: message.from_address subject:...
this package relies on buffertools, which uses node-gyp on windows, that kinda sucks, as there is no dist/executable shipped in the buffertools npm, it does a rebuild from source this...