Creates a new column with a specified type and title on a monday.com board.
titleTitle for the new column.
board_idRequiredintegerUnique identifier of the board for the new column. Note: Subitems boards are not supported; use create_subitem mutation instead.
defaultsstringJSON string with default values or settings, often for 'status' or 'dropdown' types to define labels. Example: '''{"labels": ["To Do", "In Progress", "Done"]}'''
column_typeRequiredstringType of the column. Must be a valid GraphQL enum token in snake_case format (e.g., 'long_text', not 'text_long' or 'long-text'). Supported types include: status, text, long_text, numbers, date, dropdown, people, timeline, link, email, phone, rating, checkbox, country, file, hour…
descriptionstringDescription for the new column.
after_column_idstringID of an existing column after which the new column will be inserted.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.