Hello,
I wonder if there is a possibillity to listen if someone replies to an Update of a specific item.
Webhooks can listen to any change on an update of a item. This including replies as far as I know. But this will spam a lot of webhooks if I only want to listen to specific item update replies.
E.g. if a board item got a specific status, I want to listen to the replys of any new update on this item. Can this maybe be archived via a monday app and custom triggers?
I currently cannot find a way, but maybe I tried to hard and got blind for an easy way.
You have found a limitation. You cannot create a webhook to listen to a specific update for replies. You can only listen to all replies being created for example.
I am assuming you intend to manage many updates not just one, so you would filter events on the backend based on those you want to listen to.
Custom triggers for events in monday require using the same webhooks as you get from the UI - and you don’t have access to all of them even because nobody has bothered to add them to the API…