Learn about the other types used creating, reading, updating, and deleting app features via the API
The monday.com features
APIs enable you to create, read, update, and delete app features from monday.com apps.
Each of the object types described below represents a specific aspect of an app feature. They can be queried as subfields on the features
query or provide favorite metadata in mutations.
🚧 The following types are only available in API versions 2025-10 and later
AppFeatureTypeE
A list of valid app feature type enum values.
ADMIN_VIEW | AI | AI_AGENT |
AI_AGENT_SKILL | AI_BOARD_MAIN_MENU_HEADER | AI_DOC_CONTEXTUAL_MENU |
AI_DOC_QUICK_START | AI_DOC_SLASH_COMMAND | AI_DOC_TOP_BAR |
AI_EMAILS_AND_ACTIVITIES_HEADER_ACTIONS | AI_FORMULA | AI_IC_ASSISTANT_HELP_CENTER |
AI_ITEM_EMAILS_AND_ACTIVITIES_ACTIONS | AI_ITEM_UPDATE_ACTIONS | APP_WIZARD |
BLOCK | BOARD_COLUMN_ACTION | BOARD_COLUMN_EXTENSION |
BOARD_HEADER_ACTION | BOARD_VIEW | COLUMN |
COLUMN_TEMPLATE | CREDENTIALS | DATA_ENTITY |
DASHBOARD_WIDGET | DIALOG | DIGITAL_WORKER |
DOC_ACTIONS | FIELD_TYPE | GROUP_MENU_ACTION |
GROWTH_CONFIG | INTEGRATION | ITEM_BATCH_ACTION |
ITEM_MENU_ACTION | ITEM_VIEW | MODAL |
NOTIFICATION_KIND | NOTIFICATION_SETTING_KIND | OBJECT |
OAUTH | PACKAGED_BLOCK | PRODUCT |
PRODUCT_VIEW | SOLUTION | SUB_WORKFLOW |
SURFACE_VIEW | SYNCABLE_RESOURCE | TOPBAR |
WORKFLOW_TEMPLATE | WORKSPACE_VIEW |
UpdateAppFeatureInput
An object containing the app feature's updated input.
Field | Description | Supported Fields |
---|---|---|
data JSON | The app feature's data to update. This structure is dynamic and varies based by app feature type. | |
deployment AppFeatureReleaseInput | The app feature's deployment data to update. | data AppFeatureReleaseDataInput kind AppFeatureReleaseKind |
AppFeatureReleaseInput
An object containing the app feature's updated deployment data.
Field | Description | Enum Values | Supported Fields |
---|---|---|---|
data AppFeatureReleaseDataInput | The app feature release's data. | url String | |
kind AppFeatureReleaseKind | The app feature release's hosting type. The app release category will be determined by this value. | CLIENT_SIDE_CODE EXTERNAL_HOSTING SERVER_SIDE_CODE |
AppFeatureReleaseDataInput
An object containing the app feature release's data.
Field | Description |
---|---|
url String | The app feature release's URL. |