Hi,
In my app, I use a database to store certain item values - primarily IDs - to build relationship models. I’m currently working on implementing webhooks to ensure the database stays in sync with changes made on the board.
To investigate webhook behavior, I subscribed to all available webhooks listed here and tested various actions on the board.
Here’s what I found:
Webhooks are successfully triggered for:
- Deleting or archiving items/subitems
- Updating column values
However, webhooks are not triggered for:
- Deleting or archiving an item group
- Deleting or archiving the entire board
- (Most critical in my case) Deleting a column (I’m interested in values stored in that column)
Do you have any suggestions or recommended approaches for handling these actions, given that no webhooks are triggered?
Additionally, converting items to subitems (and vice versa) is a bit clunky, though at least some webhooks are fired during these conversions.