Webhook for moving subitem to new parent?

I am trying to capture an event for when a subitem is moved to a new parent because I need to reflect changes related to re-parenting the subitem in another board. Does this exist? How can I capture it?

The information I was looking for was in the item-level update_column_value event. By comparing “value” and “previousValue” for changes to columnId = “subitems” i can identify when a subitem is moved to a new parent.

Hi @avp,

I just wanted to follow-up and let you know that we just added this new webhook! Check out the announcement here :slight_smile:

Oh brilliant, thank you! I’ll take a look and switch over to using the new webhook soon.