Hi there,
Some questions about the recent update of the seat-based apps mechanism:
First quetion, how can I test if my apps are subject to this new mechanism? My Idea was to use the set mock app subscription API but our monday.com developer instance is seen as a 0 user plan (by the Plan API):
{
"data": {
"account": {
"plan": {
"max_users": 0,
"period": "infinity",
"tier": "free",
"version": 9
}
}
},
"account_id": xxxx
}
So any seat-plan from my app is accepted with that number of user.
Next question, regarding the changelog it’s stated:
This logic applies to view apps, dashboard widgets, and custom objects (essentially any UI feature).
Does this logic also apply to Workdoc? And more precisely to Workdoc Action? If no, any plan to add compatibility?
One last thing regarding the updated seat-based monetization documentation, the link in the sentence:
we will block or allow user access by comparing account size to plan size
lead to a non-accessible thread.
Thanks in advance,
Clément