We recently released the integration error handling mechanism that enables you to display descriptive errors when custom integrations fail. Our framework supports two different methods to communicate errors: severity codes and HTTP status codes. Check out our error handling doc to learn more about this new feature!

We recently added new get, set, and listen methods to the SDK called location. You can use these new methods to help improve routing and navigation inside your app. The monday.get("location") and monday.listen("location") methods can show you the URL location inside an app, and the monday.set("location") method can help you set the query params in the URL.

The monday.com SDK now supports TypeScript to expand its functionality and provide a better developer experience. Our updated SDK now includes type declarations for each SDK method, and you can find them in the types/index.d.ts file.

Please take note that you must update the version to 0.3.0 in all of your code to take advantage of all of the new features.

We recently added the ability to view app ratings and reviews in the App Analytics tab in the developer's section. You can access each rating, including the score, text review, and account ID.

Only app developers can see ratings and reviews, but we will expose the score to marketplace users in the next few weeks. The score will be an average of all the ratings submitted in the past 365 days by paying monday.com customers. Each app must meet the minimum threshold of 3 or more ratings to display the average in the marketplace.

You can use the new custom URL feature to encourage your customers to rate your app and boost your score, or you can directly reach out to those who previously rated your app to understand their rating better and improve your app’s user experience.

Please note that you cannot create a new major version if you already have a major version in your drafts. Check out our documentation to learn more about app versioning!

We're excited to announce our next big milestone – apps in workdocs!

You can now build apps inside of monday workdocs to add an extra layer of functionality to monday's document collaboration tool. With the new doc action feature, you can create new blocks or trigger actions from the contextual menu inside workdocs.

Learn more about the fantastic tools you can build on the monday developer's blog or take a deeper look at the new feature and build your first app using our documentation!

We recently added the Installed outside the marketplace section to the Installed apps page in the marketplace. This section will contain any apps developed on your account and apps that were installed but not necessarily developed on your account (like apps shared with you).

You can use this new section to test out your app's user onboarding experience. It also provides a simple way for users to access your app if it is not listed in the marketplace!

We recently released app card labels to highlight high-performing and successful apps in the marketplace!

These two labels, Editor's Choice and Best Seller, will be applied to apps that meet the qualification criteria each quarter. These labels appear on the app card in the marketplace and their own category on the left-side menu.

Check out our documentation to learn more!

The app_subscription_renewed webhook will be sent once a user renews their subscription and will contain their subscription renewal information. You can read more about the webhook and find an app_subscription_renewed sample payload in our docs!