Skip to main content

Greatings developers,


I’ve found from the documentation that I can create a new board using graphql using the following mutation:


mutation {

create_board (board_name: “my board”, board_kind: public) {

id

}

}


I have a requirement to create project board in Monday.com enterprise edition using graphql, but I cannot find any example. Has anyone succeeded with this? What mutation syntax can I use?

hey @paul.cannell


Bill here from monday.com 👋


These project type boards (and other entity boards from products like CRM) cannot be created through our API at this stage.


Currently, only Main, Private and Sharable boards of the regular boards type can be created through our API.


You should, however, be able to duplicate an existing Project board using the API using the duplicate_board mutation.


Cheers,

Bill


This is disappointing. I’ve found GraphQL and integrations to be lagging behind. When new features are rolled out they need to be available in the API as well so we can create seamless integrations with CRM systems. Why isn’t the API more of a priority? I feel it’s one of the most powerful features..


Reply