The company I work for has a requirement to keep all Trello boards private. As we have hundreds of boards running, created by hundreds of users, occasionally these get made public.
My task is to create a webhook at the organization level which will notify admins when a board is made public.
As far as I can tell, the webhook API required an board ID for everything. Does anybody know of a way to receive a webhook event, say, when a new board is created? Then can set up another hook for that specific board.
Thanks
Webhooks can monitor not just boards but also users and organizations (and perhaps other models). Just pass the organization id as idModel when registering the webhook.
ah, nice! good to know. thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.