improved

Changes to seat-based app calculations

Seat-based app recommendations are now once again based on an account's monday.com plan size, rather than the number of active users. This change comes after we received user and developer feedback about earlier updates that would only count the account's number of active users.

You can use the new apps_monetization_info object to retrieve the correct number of seats an account has.

query {
  apps_monetization_info {
    seats_count
  }
}