List of active Webhook IDs on task

When I call “https://app.asana.com/api/1.0/tasks/task_id” on a task with an active webhook, the JSON does not return anything relating to active webhooks. I have to keep a separate list of active webhooks and related tasks. Is it possible to have an array of Webhook IDs for the task added to this return?

1 Like

The resource of the webhook is the project and not the task. So asana will need to share the webhooks that are active for each task membership. And I think that is over engineering for them.

Also webhooks are not really reliable. Imagine that if you delete a resource (project) webhooks of this project remain active. I don’t know for how long but this is happening.

@Matt_Bramlage any input for this?