Hey Community,
I am creating an integration feature for my app, where a column change triggers an event and that event triggers a webhook.
How can I get the account ID in the payload?
I was able to add user id, board id, and item id as output fields and I see them, but i really need to get the account id. Once i have the account id, I will be able to search my database to pull up the account record which contains the bearer access token adn other important data that I need to perform additional API calls.
I saw a similar question on this closed topic
Which states that the board ID is unique across all accounts.
This is incorrect according to the multitenancy guide which states the board id is: “Unique across the account. The same board ID may be used in different accounts.”
https://apps.developer.monday.com/docs/multitenancy
Even if I could use the board ID, how can I then query the account ID from the board ID without knowing which bearer token to use? because my app needs to identify what account triggered the integration in order to tind the bearer token.
How are other developers identifying which account triggered?
Thanks so much for your time