Skip to main content

Hello!

Something strange happens when my webhook receives some data from Monday. It gives me the wrong board id.

This is the board id I’m getting:

image

When actually the board id is: 2167071773


When I’m trying to put the board id I got from the web hook in the url, it redirects me to the correct board id.

Thanks! 🙂

hi @DanLiebeschutz


I guess the data is send from a one of these webhooks:



  • When a sub-item is created - create_subitem ;

  • When any sub-item column changes - change_subitem_column_value ;

  • When a sub-item name changes - change_subitem_name ;

  • When an update is posted in sub-items - create_subitem_update ;


See also: https://api.developer.monday.com/docs/webhooks-1


What you are seeing as the boardId is not the wrong board it’s the board where subitems actually lives. Subitems live in their own board (one subitems board for each main board) and as documented the webhook returns the boardId of the subitem board.


Thank you! @basdebruin. Helped a lot!


This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.