Every app listed in the marketplace now has a dedicated Partner Page that highlights the partner's portfolio, program level, trust elements, and key performance metrics. These pages are designed to build user confidence and drive more app installs by providing greater visibility into each partner’s credibility and offerings.

No action is needed—Partner Pages are automatically created for all marketplace partners. Learn more about this new feature in our documentation!

monday workflows is a powerful platform component that enables users to automate their processes. Using the visual workflow builder, users can combine triggers, actions, and conditions to create tailored automations.

Now, with the monday apps framework, you can build apps for monday workflows using two dedicated app features: Integration for monday workflows and Custom field for monday workflows.

The Integration for monday workflows app feature allows you to develop modular, reusable blocks, such as custom triggers and actions, that users can mix and match with other blocks in the workflow builder to create flexible integration recipes.

Each block can be configured with input and output fields. These fields can either use monday's built-in types or be fully customized using the Custom field for monday workflows app feature.

Combined, these features offer a highly flexible, customizable solution for building powerful, workflow-driven integrations, helping users streamline operations and effectively automate their workflows.

Learn more about building apps for monday workflows here!

We added a new ttl parameter for storage.set requests, allowing you to specify a time-to-live (in seconds) for particular stored values. After the TTL expires, the value will be deleted and can't be retrieved.

const { version, success, error } = await storage.set(key, value, { previousVersion, shared, ttl, version });

Webhook payloads now include a new max_units field. For seat-based plans, this field returns the maximum number of seats allowed. For feature-based plans, it returns null.

{
  "type": "install",
  "data": {
    "app_id": 1000000000,
    "app_name": "Test App",
    "user_id": 2,
    "user_email": "[email protected]", // the admin who installed the app or approved the installation
    "user_name": "User 1", // the admin who installed the app or approved the installation
    "user_cluster": "other",
    "account_tier": "free",
    "account_max_users": 10000,
    "account_id": 777777,
    "account_name": "Demo Account",
    "account_slug": "test",
    "version_data": { major: 4, minor: 5, patch: 0, type: "minor", number: 16 },
    "timestamp": "2023-06-26T00:00:00.000+00:00",
    "subscription": {
      "plan_id": "5",
      "renewal_date": "2023-07-10T00:00:00+00:00",
      "is_trial": false,
      "billing_period": "monthly",
      "days_left": 14,
      "pricing_version": 5,
      "max_units": 100 // maximum number of seats allowed for seat-based plans, null for feature-based plans
    },
    "user_country": "IL"
  }
}

With the new gradual release feature, you can roll out new app versions to a select group of accounts. This enables a smoother release process, especially for critical and breaking changes, and lets you test features with a smaller audience before a full rollout.

Gradual releases are available for all monday.com apps, regardless of where they are hosted. However, this feature does not currently support workspace templates or integrations with the sentence builder features.

Learn how to set up gradual releases in our documentation!

The app listing page now displays the date of the most recent live version update. This helps users quickly identify actively maintained apps, ultimately boosting confidence in their quality and relevance!

To help provide a smoother vendor registration process, new vendors will now register through Zip. After submitting your app for marketplace approval, you will automatically receive an email from Zip requesting more information. You can read more about this process in our documentation!