Skip to main content

Hey,


My app needs to know when the structure of the board changes - columns added / removed / type changed / settings_str changed / etc.


Is this possible with the webhooks api and if yes, how do i use it?


I didn’t see any docs covering it and prefer to not spend a lot of time on trial and error, but instead go directly to implementing this using pooling if not possible.


Thanks,

Ronen

Hey @rbabayoff 👋


I’m afraid that at the time, we do not have event listeners for structural changes on a board-level. That said, you can definitely query those by using our API.


I would definitely recommend going with pooling for now, as to my mind, that would be the best way to set something like this up 🙂


I hope this helps!


-Alex


Yes, definitely, saved me the exploring. Thanks @AlexSavchuk!


@rbabayoff you’re always welcome 🙂 Glad I could help.


-Alex