Hello Everyone,
I’m currently working on using webhooks with a mirror and I’m encountering some difficulties. I have two boards, Test1 and Test2, and I’ve set up a mirrored field called “Status_Mirror” on Test1, which mirrors the “Status” field on Test2.
I’ve also set up an integration that sends a webhook when any column changes. However, when I change the status in Test2 or the Status_Mirror in Test1, it doesn’t send a payload to my webhook. It only works when I change a non-mirrored column.
I’m trying to avoid having to create three columns per board that I want to mirror and use the data from. My idea was to use the webhook to handle the moving of items to different groups. Currently, I need to link all the boards, have a link column, a mirror column, and a trigger column, just to move an item based on the mirror column’s status (which is echoed to the trigger column and the automation is done from there).
If anyone has any knowledge or can offer any help, I would greatly appreciate it. I’m hoping to get an update to my webhook when the mirror status changes, so I can have much cleaner boards to work with. Thank you in advance!