Callbacks when events occur, such as new comments or new tasks

Is there a way to use the Asana API for my program to receive some kind of notification when items change or add (for example, new tasks or comments)? I want to make a real-time application that integrates with Asana. For example, using comments on an element so that it real-time chat between people. I assume that if the Asana API could support this with sockets or a long poll, that would be great.

+5
source share
2 answers

(I work at Asana.) Not yet, but requests for a notification system are common, and we are already developing a solution for this. Although we focus on real-time or near-real-time responsiveness, I can’t say for sure whether it’s advisable to maintain “real-time chat” using comments, and I can’t give any details on the timeline, I will definitely announce it at launch.

+6
source

They recently implemented Events in asana api.

+2
source

All Articles