Other types

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_VIEWAIAI_AGENT
AI_AGENT_SKILLAI_BOARD_MAIN_MENU_HEADERAI_DOC_CONTEXTUAL_MENU
AI_DOC_QUICK_STARTAI_DOC_SLASH_COMMANDAI_DOC_TOP_BAR
AI_EMAILS_AND_ACTIVITIES_HEADER_ACTIONSAI_FORMULAAI_IC_ASSISTANT_HELP_CENTER
AI_ITEM_EMAILS_AND_ACTIVITIES_ACTIONSAI_ITEM_UPDATE_ACTIONSAPP_WIZARD
BLOCKBOARD_COLUMN_ACTIONBOARD_COLUMN_EXTENSION
BOARD_HEADER_ACTIONBOARD_VIEWCOLUMN
COLUMN_TEMPLATECREDENTIALSDATA_ENTITY
DASHBOARD_WIDGETDIALOGDIGITAL_WORKER
DOC_ACTIONSFIELD_TYPEGROUP_MENU_ACTION
GROWTH_CONFIGINTEGRATIONITEM_BATCH_ACTION
ITEM_MENU_ACTIONITEM_VIEWMODAL
NOTIFICATION_KINDNOTIFICATION_SETTING_KINDOBJECT
OAUTHPACKAGED_BLOCKPRODUCT
PRODUCT_VIEWSOLUTIONSUB_WORKFLOW
SURFACE_VIEWSYNCABLE_RESOURCETOPBAR
WORKFLOW_TEMPLATEWORKSPACE_VIEW

UpdateAppFeatureInput

An object containing the app feature's updated input.

FieldDescriptionSupported Fields
data JSON The app feature's data to update. This structure is dynamic and varies based by app feature type.
deployment AppFeatureReleaseInputThe app feature's deployment data to update.data AppFeatureReleaseDataInput
kind AppFeatureReleaseKind

AppFeatureReleaseInput

An object containing the app feature's updated deployment data.

FieldDescriptionEnum ValuesSupported Fields
data AppFeatureReleaseDataInputThe app feature release's data.url String
kind AppFeatureReleaseKindThe 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.

FieldDescription
url StringThe app feature release's URL.