I was not getting "createBoard" and "updateBoard" action types webhooks in Trello. when i create a board, getting "addToOrganizationBoard" action type.
please suggest me how can i do this? or how to trigger these action types?
https://developer.atlassian.com/cloud/trello/guides/rest-api/webhooks/#webhook-actions-and-types
high priority task for me
Hi Ayush,
Thanks for reaching out!
Also, just to add to Adriana's reply, this would be a really great question to share with our developer community. We have a number of Trello Engineers that are active there, and they'd be happy to give some guidance for more advanced topics like these.
https://community.developer.atlassian.com/c/trello
All the best,
Lara
The Trello Team
with very little context, it sounds to me like you're setting the webhook on the board or the team, are you sure that you're passing in the id of a member as the `idModel`?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey @Adriana Pedroza Machado @Lara
I was creating the webhook trigger. when any board is created or updated in Trello. For constructing the webhook api. I have passed the organization id or workspace id in the idModel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
right, as described in the docs, the createBoard action is only triggered by member objects. an organization/workspace will not trigger this action. you have to create the webhook with the idModel of a member.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.