Skip to main content

Listening for Column Changes

  • May 27, 2024
  • 1 reply
  • 172 views

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!

1 reply

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • May 28, 2024

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 😀

Cheers,
Matias