Flowdock is a team collaboration app for desktop, mobile & web.
Questions tagged [flowdock]
9 questions
2
votes
1 answer
Flowdock REST API - Simple integrations
So we have been using the Flowdock Push API for quite some time now. We have been using it to push messages from our Continous Integration server (Electric commander) and it has been working pretty great. It's integrated into a powershell script…

mfriis
- 217
- 3
- 17
1
vote
0 answers
Flowdock dock icon bounce on a mac
Anyone know how to make the flowdock icon bounce when I get a message from someone?
This would be the icon at the bottom of the screen in the dock.

Tom Turner
- 56
- 4
1
vote
1 answer
Flowdock: how to get mentions/notifications
I am trying to build a bot for answering (only) my mentions and it seems I can't easily do that.
Is it possible to get something like application's own https://www.flowdock.com/rest/notifications/mentions call using the official REST API of…

Milan Aleksić
- 1,415
- 15
- 33
1
vote
1 answer
Safe guard API token for Jenkins Plugins
I am using Flowdock plugin in Jenkins. For this I need to give API token. right now I am hard coding my Flowdock API token as follow:
publishers {
flowdock(FLOWDOCK_TOKEN) {
failure()
tags('tag1', 'tag2')
}
}
Is there a way to…

αƞjiβ
- 3,056
- 14
- 58
- 95
0
votes
1 answer
Hubo - How to get flow / thread users
How to get the users list from the current flow / thread with Hubot on Flowdock? I'd like to create plugin showing messages with the usage of current flow user names.
I have found this: robot.brain.data.users
but it returns the whole list of users…

yzargo
- 1
- 2
0
votes
1 answer
Hubot get flowdock thread details (thread id & first message in thread)
I'm trying to write a small coffeescript for hubot that gets the first message in a thread and posts it to an external script.
I can get the flow id and user id info from the msg object but can't seem to find any object that contains the thread info…

Andrei
- 13
- 5
0
votes
1 answer
Make Hubot run preconfigured commands automatically
I'm using Hubot on flowdock and I'm trying to make Hubot post automatically the respond of a user command.
With the help of https://leanpub.com/automation-and-monitoring-with-hubot/read#leanpub-auto-periodic-task-execution , I've managed to make…

okakosolikos
- 1
- 2
0
votes
1 answer
Logstash and Flowdock integration
I'm trying to send a subset of messages to Flowdock as output from Logstash. Unfortunately, due to this issue I get essentially nothing back about why my messages aren't making it. Stripping down to a basic example, I see the problem even if I…

Gordon Seidoh Worley
- 7,839
- 6
- 45
- 82
0
votes
1 answer
Attach a JavaScript function to a standard link that would handle the request?
I have several DIVs on my page that belong to the same class and contain short statements with links automatically generated by FlowDock (adding links to @mentions).
Is there a way NOT to redirect a user to another URL, but instead to call on a…

Aerodynamika
- 7,883
- 16
- 78
- 137