Skip to main content

I saw this custom trigger in an app and I was wondering how I could do a similar thing (please see screenshot). It is meant to be a custom trigger that triggers when a mirror column changes.


So far, I’m able to return the list of mirror columns by creating a custom field and I created subscribe and unsubscribe endpoints but that’s about it.


I know custom triggers are triggered when you call the webhook url but I’m not sure how to set things up such that I know when a mirror column changes so that I call the webhook url.



cc: @Matias.Monday @anon29275264 @dipro


Thanks a lot for your help.

You can’t subscribe to changes on the mirror column, but you can subscribe to the source column on the source board.


The general steps are:



Thank you @dipro , I will try this and provide updates.


Reply