Skip to main content

How to update communication in board

  • July 4, 2022
  • 3 replies
  • 1546 views

  • Participating Frequently

Hi,

As per the monday.com playground we can update board attributes for description and communication. For communication we could not find valid input. The description says “Object that contains available Video conferences on the board.”.

Could you please provide what is the valid input for communication.

This topic has been closed for replies.

3 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • July 5, 2022

Hello there @Yash!

This is tipically used for Zoom meetings.

Example:

mutation {
  update_board(board_id: 1234567890, board_attribute: communication, new_value: "{ \\"meeting_id\\": \\"string\\", \\"start_url\\": \\"string\\", \\"join_url\\": \\"string\\"}")
}

  • Author
  • Participating Frequently
  • July 7, 2022

Thanks for the reply @Matias.Monday. This really helped us understand the request.


  • July 14, 2022

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