Webhooks in Integromat - Watch Webhook Events, Asana Task Changed

Okay, a bit more to discuss here if you have the patience:

(Background: In the Asana project that tracks our client projects, when one is accepted and gets to the onboarding stage, I want to automate the creation of a dedicated Asana project, a Dropbox folder, a Google Drive folder, a Gmail label, etc. These must include the project’s ID number.)

I now determined my Make/Integromat scenario must only run once the custom field Project ID is filled in. Otherwise, it’ll run the actions above without the ID included.

So based on what you wrote @honzapav, I looked at stories to indicate when a custom field is changed. I found the subtype text_custom_field_changed. (For anyone looking for all possible subtypes for a story, here seems to be the exhaustive list (didn’t find it in the API documentation?):

But thanks to @Phil_Seeman here:

… I also learned that stories aren’t a reliable way to track updates.

So, is there another way to track changes to a custom field than through stories?

Thanks all!

1 Like