How to get updates from Asana via API

Right now, I am monthly polling Asana to update tasks using the Asana API. Hopefully we can configure something like Event Triggers to call some URL in our application.

I would like to reduce the load on Asana's servers and avoid the timeouts that we observe every day.

+4
source share
2 answers

(I work at Asana.) This is a very good question. Asana actually worked on the API subscription endpoint and in the past tested the alpha version. Completing it and launching it on the nearest roadmap, so in all likelihood you will hear something about it in the next few months.

+1

Source: https://habr.com/ru/post/1543489/


All Articles