Listening for Column Changes

Hello! What is the best way to utilize the SDK and API system so that an app can listen for certain events on a board with an integration recipe. For example, if our app uses an integration feature that we want to take action only when a time tracking column (that the user selects in the recipe) is clicked start. Thanks!

Hello there @liambailey,

You can either create a regular automation using the built-in trigger “When column changes”, or, if you are creating an app with an integration feature, you can use the built-in trigger “column changes” with your own custom action.

You can also use the webhook “When a column changes send a webhook”.

The SDK and the API themselves can not be used for this.

I hope that helps :smile:

Cheers,
Matias