We are thrilled to announce that these long awaited webhooks are here:
1. When a subitem is deleted
2. When an item is deleted
3. When a subitem is archived
4. When an item is archived
Great addition, @Matias.Monday
Can you also add them to the triggers list?
Our customers have been asking for new integrations linked to subitems change/creation for a long time.
Thanks.
I was trying to add a delete_item webhook as some apps can really benefit from that but it looks like the API does not support that yet? I am also unable to find it in the Playground docs.
Can we get these same events as app triggers and automation triggers?
Also can the subitem deleted/archived include the parent boardId and itemId?
Can item deleted/archived include subitems boardID and value of the subitems column? This would negate having to send a separate event for every subitem deleted when a parent is deleted - and if i need to perform any actions based on those now deleted subitems, i dont have to respond to X separate events. I can just do a query on that list of subitems and get any values (like of a connect_board column) on the subitem. I’m thinking about this in terms of API load and overall latency.