Updates an existing board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board AttributeWhich attribute to update.
Board IDThe board’s unique identifier.
New ValueThe new attribute value.

Example Output

{
	"data": {
		"update_board": "{\"success\":true,\"undo_data\":{\"undo_record_id\":10111207221,\"action_type\":\"modify_project\",\"entity_type\":\"Board\",\"entity_id\":1110902297,\"count\":1}}"
	},
	"account_id": 12345678
}

Workflow Library Example

Update Board with Monday and Send Results Via Email

Preview this Workflow on desktop