Hello,
Short story:
I’ve created a new board template and I’m having trouble creating a new board with that template via the API. Using the template ID shown in the template center, the create_board mutation throws a “CreateBoardException” with status code 400.
Long story:
Long ago, I created some board templates and have been using them since without issue. These old board templates are located in a workspace with non-template boards (in addition to the template center) and have a 9 digit ID number like any other board, only with a wand icon. I am able to create a new board using the create_board mutation and this ID. Editing the template from the template center takes me directly to the template board in its workspace, and the template retains its original template ID.
Now, when I create a new board template it’s moved out of its workspace and into the template center. This new template has an 8 digit template ID in the template center. This is the ID that throws the “CreateBoardException” when using the the create_board mutation.
Editing this template from the template center takes me to a new space different than the old templates. Instead of editing the single board, it looks like you can add multiple boards, docs, etc to this one template. And, publishing any edits changes the template ID(!?)
How do I create a board using these newer templates through the API? Am I using the wrong template ID?


