We are consolidating all automation feature creation into a single workflows-based infrastructure powering the new automation builder, monday workflows, and monday sidekick.

Apps using the legacy Integration for sentence builder feature must migrate by April 30, 2026, to remain available in new automation creation experiences. Existing automations will continue to run during the transition, and a self-service migration wizard is available in the Developer Center to complete the migration.

Read the full announcement in our developer community, our learn in our documentation:

You can now build Sidekick skill app features to define custom actions triggered by natural-language requests in monday sidekick. This allows users to run app actions through sidekick without navigating menus, configuring automations, or switching tools.

👉 Learn more about building skills here.

We're gradually rolling out the new active version capability, which lets you test a specific version of your app in your local environment without impacting end users or other app collaborators. By default, the most recently created version is set as your active version, but you can manually designate any live or draft version.

How to set an active version:

  1. Under Manage in the left-side menu, open the App versions tab.
  2. Find the version you want to test and click the three dots in the Actions column.
  3. Select Set as active for me.

👉 Learn more about app versioning here. .

We are adding Israel (IL) as our fourth monday code hosting region, joining our existing locations in the US, AUS, and EU.

  • Multi-region apps: Deployment to the IL region will now be mandatory when promoting a new version to Live.
  • monday code scheduler: The scheduler is not supported in the IL region. If your app relies on scheduled jobs, please plan your regional logic accordingly.

Be sure to review your draft app versions in the Developer Center, ensure your CI/CD or manual deployment steps include the new IL region flag, and verify that your app can handle the lack of scheduler support in IL without breaking core functionality.

👉 Learn more about multi-region support here.


The new monday code Document DB is a MongoDB-compatible persistent storage solution fully hosted on monday.com’s infrastructure. It lets you securely store and manage your app’s data without managing your own database.

👉 Learn more in the documentation

We’re rolling out a new monday code Security Scanning feature that analyzes your code during deployment to identify vulnerabilities, affected file paths, and relevant CVEs. The scan provides actionable insights to help you understand and mitigate security risks.

You can run scans, view a human-readable summary, and download the full JSON results directly through the CLI. The scan is informational only and will not block your deployments.

We introduced column views, enabling apps to create custom interactive experiences for status, people, formula, and dropdown columns in monday.com.

You can now build domain-specific, integrated columns that provide contextual in-column experiences. Custom dialogs can be triggered on click, hover, or from column settings, and you can also choose to override the native settings dialog.

These capabilities provide flexible interactions, smooth UI integration, and powerful logic for custom workflows.

👉 Explore more in the documentation.


You can now create credential blocks using the simple and widely supported API Token authentication method, in addition to the familiar OAuth authentication that's already available.

This new capability makes it easier than ever to integrate external services with monday.com. Apps that don’t support OAuth can now connect securely using API tokens, opening the door for even more integrations across different platforms.

👉 Learn more about managing credentials here!

The subscription enrichment in the authorization JWT token for custom actions is being deprecated and will be fully removed after February 8th, 2026.

To retrieve subscription information for both custom actions and custom triggers, use the app_subscription GraphQL API. This method is already the standard for new block apps in monday workflows.

We’ve updated the names of two monday workflows integration app features:

  1. Integration for monday workflows → Automation block
  2. Custom field for monday workflows → Field for automation block

This is a UI naming update with no impact on existing app features or functionality. You don’t need to take any action.

Integration App Features in the Developer Center