Learn about other types supported by the features APIs
The monday.com features APIs enable you to create, read, and update app features from monday.com apps.
The types below are used by the feature queries and mutations, and are not independently queryable.
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 | Type | Description |
|---|---|---|
| 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. |
AppFeatureReleaseInput
An object containing the app feature's updated deployment data.
| Field | Type | Description | Enum Values |
|---|---|---|---|
| data | AppFeatureReleaseDataInput | The app feature release's data. | |
| 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 | Type | Description |
|---|---|---|
| url | String | The app feature release's URL. |
