Skip to main content

How do I create this custom trigger

  • October 2, 2024
  • 2 replies
  • 25 views

hellotimi

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.

2 replies

dipro
Forum|alt.badge.img
  • Leader
  • 864 replies
  • October 2, 2024

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:


hellotimi
  • Author
  • Participating Frequently
  • 27 replies
  • October 3, 2024

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