I’d like to receive updates to project statuses for any project in a certain portfolio. Ideally I can create a webhook to consume these en masse vs. having to instantiate webhooks on a per-project basis.
However, when I subscribe to changes using the portfolio as the resource and filtering for changes to the resource_type of project, I don’t get updates to project status (e.g., it’ll just say that modified_at changed).
When I try to instantiate a webhook targeting the portfolio as the resource but filtering for changes to project_status, I get a 404.
{
"errors": [
{
"message": "The remote server which is intended to receive the webhook responded with an incorrect status code: 404",
"help": "For more information on API status codes and how to handle them, read the docs on errors: https://developers.asana.com/docs/errors"
}
]
}
Any ideas if it’s possible to set up a webhook that gets updates about project status from a given portfolio w/o creating on a per-project basis?
Hi @William_Fry1 , larger-scope resources such as portfolios are more limited in terms of the filters that can be applied to their entities. That said, for your specific goal of catching project status updates, I’d recommend subscribing to a webhook that tracks all project changes within a portfolio: