Help

Re: Add support for workspace based pricing plans by apps

2451 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Ronen_Babayoff
7 - App Architect
7 - App Architect

Hey there,

Apps should be able to offer a similar pricing model to airtable’s, which is a workspace based pricing model that charges per workspace user.

To all app developers, if you’d like support for this too, please like this post :pray: .

The following apparently simple features are missing from the current apps sdk in order for us app developers to offer that:

  1. Add base.workspaceId to the base model. Without that, a lot of code will need to be developed by apps to try and “guess” and/or ask users if another base belongs to the same workspace and should be added to the same subscription.

  2. Add CollaboratorData.isWorkspaceCollaborator or base.workspaceCollaborators so we can enable billing features only for workspace collaborators.

  3. Since airtable charges only for collaborators with owner, create, edit and comment permissions, add CollaboratorData.permissionLevel to the collaborator model.

Without that, apps will be able to charge per user only after first time app use, after checking if the user has a permission level that needs to be charged for. Even then, it’s not 100% the app will be able to properly figure it out with the checkPermissionsFor… functions.

More importantly, the 3rd point will allow us to enable billing features only for workspace owners.

Would highly appreciate it if this can be added quickly. Otherwise, in our current app in development, we’ll have to:

  1. Charge per base user, which will make pricing model much less attractive.

OR

  1. Develop a lot of code to try and support a workspace based pricing model.

Thanks,
Ronen

5 Replies 5
Daniel_Wirtz
4 - Data Explorer
4 - Data Explorer

That would be a great addition to the dev platform!

fintable
6 - Interface Innovator
6 - Interface Innovator

Agreed. Workspace-based app-pricing would be a very strong incentive to use the Airtable marketplace billing model and move away from my own billing system, even if Airtable takes a cut.

Ben_Orozco
7 - App Architect
7 - App Architect

Agree, would be really helpful and make better UX to end-users of Apps!

Rohan_Ganachar1
4 - Data Explorer
4 - Data Explorer

Agreed!

If apps could link with Airtable’s native user permission level, then that would help us charge users and offer functionality appropriately.

Thanks for sharing, Ronen!

We haven’t met yet, but I’m leading Developer Relations here & am appreciative of your thoughtful suggestions.

Support for billing for custom Blocks is not this years’ product roadmap, but is definitely on our radar. We understand the frustration of having to build your own billing system, but we are laser focused on other parts of the product right now.

@Ronen_Babayoff — This feedback is super helpful for us. I’d love to chat with you live about your pain points, and feature suggestions. If it’s alright, I’ll message you directly to set up some time.