The platform API will support the Emails & Activities (E&A) app in API versions 2024-10 and later. We added the following queries to read, create, and delete timeline items in the E&A app:
We recently added a new descriptive FIELD_LIMIT_EXCEEDED error to all API versions.
The error occurs when there are to many requests running concurrently. Previously, this returned a non-descriptive Internal Server Error. You can resolve the error by waiting for the amount of time indicated in the error before retrying the call.
In API version 2024-10, we added the errors object to all API errors to comply with GraphQL specifications. Check out the before and after sample errors below!
We recently added a new descriptive JsonParseException error to all API versions.
The error occurs when an issue with JSON syntax error is identified in a query. Previously, this returned a non-descriptive Internal Server Error. You can resolve the error by verifying the validity of the JSON input.
In API version 2024-10, we added the new marketplace_app_discounts object for marketplace app developers to manage discounts using the platform API. You can query this object to return discount metadata.
In the UI, you can subscribe everyone in a monday account to a board by selecting the "Everyone at " team option (see image below).
We just released a bug fix to all API versions that enables you to do the same thing through the API by passing [-1 as the team ID in the add_teams_to_board mutation.
In API versions 2024-07 and later, you can access the new apps_monetization_info object to determine the number of seats a monday.com account has across all products. This is relevant for all marketplace apps utilizing seat-based pricing.