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!
When you create boards from a workspace template, only public boards from the source workspace will be created. Private and Shareable boards will not be created.
We believe this change fixes some previously counterintuitive behaviour. Before, the template would duplicate all boards included in the workspace, including private and shareable boards. This would cause private boards to become public during the duplication. Some of these private boards may not even have been visible to the person who set up the template.
The new custom objects feature allows you to create a view outside of a board, item, or dashboard. This feature will live independently in the left-pane menu, and any content displayed in this view will span the entire screen aside from the title and top header.
Check out our documentation to learn more!
Apps monetized by monday can now grant discounts to users in bulk!
This new update allows you to simultaneously grant discounts to up to five different account IDs. The process remains the same, but now you can add multiple numbers in the Account ID field. Just ensure that a comma separates each account ID.
Check out our granting discounts document to learn more!
Seat-based pricing is now available for all apps that are monetized by monday!
This new pricing structure allows you to create plans based on the maximum number of seats included at each tier. It will help ensure that accounts stay within limits on the number of app users they can have so that you can get the correct earnings!
After implementing seat-based pricing, users will see a new UI in which the system evaluates the number of seats an account needs and automatically recommends a corresponding plan. It will notify users if their plan size is too big for the plan, but developers still need to enforce plan caps as users may increase or decrease their monday plan after signing up for an app.
Seat-based pricing ensures that users know exactly how much their plan costs and don't have to worry about upgrading to access additional features. It also saves them money as they only have to pay for the seats they need, so it is a win-win for all!
We recently released the app settings view, which provides a global location to display an app's settings! This feature is not a traditional view but functions similarly by enabling developers to render any content inside an iframe.
Users can access this view using the Settings tab on the Installed apps page. They can also select the Go to app settings button in View settings or click on their profile picture > Admin > Apps > three dots (...) > Settings. These buttons will open the Settings tab on the Installed apps page. A standalone modal with the settings view will open up if your app isn't listed on the marketplace.
Checkout our quickstart guide to learn how to implement this new feature!
Users will now receive a notification from monday when an app's trial period expires and will be prompted to pick a new plan to continue using the app. Check out our extending trials doc to see what the notification will look like!
Hello everyone!
We have now released to 100% of monday accounts, the ability to choose to install apps from the marketplace in specific workspaces (1 or more of them) or in all of the account’s workspaces.
The accounts now have more control over which workspaces an app has access to. The app will only be able access data from the specified workspaces so it only gets the information it needs to function 💪
We’re excited to announce the value-created type in our SDK!
This new type will track the time between when a user installs your application and when they get value from it. You will determine what actions are considered valuable.
You can call the monday.execute() method with the valueCreatedForUser type each time the valuable action happens:
monday.execute('valueCreatedForUser')
To analyze the amount of time it takes users to get value from our apps, we need your help in implementing this feature!
After executing this method, you won’t see any immediate changes. We plan on exposing these insights to app developers and adding more telemetry about app usage in the future.
To learn more about the value-created type, please see Value-created event best practices
Happy building! 🛠
We have some exciting documentation news 🚀
We have moved our documentation to be hosted on developer.monday.com. This change will provide you with a more unified experience when navigating and searching through our API and App Framework documentation.
The old URLs (api.developer.monday.com and apps.developer.monday.com) will no longer work.
Be sure to update your bookmarks accordingly.
If you see any broken links, please let us know at [email protected]!
Happy building ⚒️