You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.