Create a new item inside a board.

Input

PropertyTypeRequiredDescription
workspace_idDROPDOWNYesThe workspace’s unique identifier.
board_idDROPDOWNYesThe board’s unique identifier.
group_idDROPDOWNNoBoard Group
item_nameSHORT_TEXTYesItem Name
column_valuesOBJECTNoThe column values of the new item.
create_labels_if_missingCHECKBOXNoCreates status/dropdown labels if they are missing. This requires permission to change the board structure.

Sample Output

{
  "data": {
    "create_item": {
      "id": "1175651821"
    }
  },
  "account_id": 16284131
}