Marketplace apps - this one is for you!

We just released a self-service process to update your app's listing page in the brand-new Listing tab. There, you can manage and submit requests to update the content of the marketplace listing page.

You can easily track the status of each request, preview the changes, and version your requests all through the UI. With this new process, you can expect faster reviews from our team, more transparency, and the control to make updates as you wish.


Board permissions will now transfer to boards created from the templates in workspace template apps. Before this update, board permissions defined by a workspace owner would not transfer to boards created from the template.

This change will be automatically applied to all new app usage. It will not impact those who create the template or the app because they already have full permissions as owners. However, it can impact non-owners who may have restricted permissions if they were defined in the template. In these instances, the board owner can update the permissions for those who need access.


We just released the openAppRatingPopup SDK method that opens an app rating dialog to prompt users to rate your app. You can call this once in 24 hours and only on iframes of marketplace apps. It can't be called on a user who has already rated the app.

This method has no parameters.

monday.execute('openAppRatingPopup');

We recently added the selectedPlanId parameter to the openPlanSelection to specify which plan to open the page on. To use this parameter successfully, the isInPlanSelection parameter must also be true. You can read more about this SDK method here.

monday.execute('openPlanSelection', {isInPlanSelection: true, selectedPlanId: "123456"});

In the next few weeks, we will stop supporting major and minor app versioning and only offer one app version.

This new version functions like a minor version and will automatically be pushed to users, but it allows you to do everything you previously could in major versions (e.g., changing scopes, deleting features, etc.).

The main changes include:

  • App feature deprecation and un-deprecation
  • User approval for updated permissions
  • App view banners to communicate with users

This new versioning mechanism will be available for new apps starting January 31st, 2024. Existing apps will continue versioning with major and minor versions until February 11th, 2024, and at that point, they will be automatically migrated to the new versioning mechanism.

Existing app developers are not required to create a new version as part of this migration. All previous app version numbering will remain the same, but the next version you create will utilize sequential numbering.

You can read more about versioning here.

Starting today, we have a new support form to open a technical ticket with our team! This new form helps us to route your requests and gather useful information about the issues you are experiencing. This will allow us to address your concerns more effectively and provide you with a faster resolution.

The [email protected] email address will no longer be valid. It is set to auto-close and will become a no-reply email address. Moving forward, we encourage all developers to utilize our new support form. App users should reach out via the monday.com support center as usual.

This transition is aimed at improving the support process and enhancing your overall developer experience with our API and app marketplace!

We're excited to introduce workspace app features!

These new app features enable developers to build apps that work on a workspace level to compile the workspace's data in one place! We currently support one workspace app feature called a workspace view.

These apps will live in the left-side menu under the Workspace apps dropdown. If the user doesn't have any workspace apps installed, the dropdown will not appear. When a user opens the app, it will open a separate view in the main window.

You can read more about the feature in our documentation!

2024 is just around the corner, and we have some very exciting changes planned for the year...

As part of those updates, the Workflow app feature will be renamed to Integration templates, and it will now fall under the Automation Builder label instead of Integration :boom:

These changes are effective immediately and apply to both new and existing app features, but don't worry - this update requires no action from you.

Happy new year! :confetti-ball:

We've recently added seven new commands to make your monday.com app development experience easier:

  • mapps tunnel:create to create a networking tunnel to publicly expose code running on the local machine
  • mapps app-features:build to create a new app feature build
  • mapps app-features:list to list all features for a specific app version
  • mapps app-version:builds to list all builds for a specific app version
  • mapps app:list to list all apps for a specific user
  • mapps storage:search to search keys and values stored on monday for a specific customer account
  • mapps storage: export to export all keys and values stored on monday for a specific customer account

You can read more about each command and see examples in our documentation!