I’ve gone through the Asana API for information on webhooks and I want to know if I can turn off webhooks events for a particular request on a per request basis that is if I don’t want web-hook event for that particular action? E.g with Teamwork API, though I have setup webhooks, if I’m executing a particular request I can append a query param “fireWebhook=false” which will ask teamwork not to send webhooks for that request on per request basis. I could not find this information on the api docs.
Thanks for your help.