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.
This is excellent news, I’m able to see the item_delete webhook working through the playground, even if it’s not listed in the docs yet.
@Matias.Monday can Monday update the Webhooks Documentation to reflect the new webhook types? Specifically, listing them under “Create a Webhook” and including examples under “Sample payload for Webhook events”.
For what it is worth. It was working fine (both delete and archive) but at this moment the webhooks do not send event data anymore. Far too many issue with monday API lately.
Hi @basdebruin and @JCorrell
We did internal investigation and uploaded fix to production. Events for subitem_deleted and subitem_archived should be work properly.