Hi Asana Comunity,
I am trying to set up a webhook on a specific project but I get an error response from Asana “This resource already has too many webhooks, and no more can be added to it”.
A while ago I had the same issue with another project. The case was due large number of unused sync tokens for the project. An Asana member fixed the problem by removing the unused token. Check previous post ‘Unable to create webhook "This resource already has too many webhooks, and no more can be added to it." - #4 by AndrewWong’
Now I am facing the same challenge again. Hoping someone from Asana team can help me resolve this and furthermore how can I prevent this from happening again for some other project?
Following is request and error response I get
request
curl --request POST
–url ‘https://app.asana.com/api/1.0/webhooks?opt_fields=’
–header ‘accept: application/json’
–header 'authorization:
–header ‘content-type: application/json’
–data ’
{
“data”: {
“resource”: ,
“target”:
}
}
#response
HTTP/1.1 403
{
“errors”: [
{
“message”: “This resource already has too many webhooks, and no more can be added to it.”,
“help”: “For more information on API status codes and how to handle them, read the docs on errors: Errors”
}
]
}
I know about the limit on the number of webhooks per resource and checked if that is the case. I was not able to find a single webhook on the resource I am trying to create a webhook on.
Regards,
Dawood