Hi,
I am trying to create a custom trigger which will fire an action when any of three different columns in a board changes.
1.During the subscription call of the custom trigger, I create a change_column_value webHook and i keep at a local database the inputFields and both the webhookId and the subsriptionId of the customTrigger.
2.When the webHook is triggered the payload doe not contain the webhookId but it contains a subriptionId which is obviously the webHook subcriptionId and not the custom triggerId.
How can I identify which is the custom trigger which is related with the fired webHook?
Is there any way i can get the webHook subscriptionId when the webHook is created ?
What is exactly the subscriptionId for the webHook and is it user related ?
I mentioned that some developers say that they keep a list of subscriptionsIds per webhookId may this be really a list or a single record ?
Thanks for your help in advance.