pricing4ts
Version:
 Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T
248 lines (247 loc) • 7.08 kB
YAML
syntaxVersion: '2.1'
saasName: Pumble
createdAt: '2023-09-30'
version: '2023-09-30'
billing:
monthly: 1.0
currency: USD
url: https://web.archive.org/web/20230925121037/https://pumble.com/pricing
features:
privateChannels:
description: Only invited users can send messages in a private channel.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
publicChannels:
description: Everyone can join and send messages in public channels.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
directMessages:
description: Share business information, send files and images, or share links
to others, one-on-one.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
threads:
description: Spin off side conversations into threads to keep the channel distraction-free.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
mentions:
description: Mention others to notify them.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
reactions:
description: React to messages with emojis.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
pin:
description: Pin important messages so everyone can access them later.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
messageHistory:
description: Access all your messages that have ever been sent to get context
for past decisions or get new team members up to speed faster.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
shareFilesAndLinks:
description: Share images, videos, documents or links with your teammates and
search for them later via File browser.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
voiceMessages:
description: Tap, talk, and send to give updates, share ideas, and be more expressive.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
messageFormatting:
description: Highlight important information within conversation or markup your
code blocks.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
messageSchedule:
description: Schedule messages to be sent at a later time.
valueType: BOOLEAN
defaultValue: true
type: AUTOMATION
automationType: TASK_AUTOMATION
fileStoragePerAccount:
description: Share images, documents, and other files, and access them later in
Pumble.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
fileStoragePerUser:
description: Share images, documents, and other files, and access them later in
Pumble.
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
customizableSections:
description: Organize channels and conversations into custom, collapsible sections
in your sidebar.
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
voiceCalls:
description: Start a voice call in real time.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
videoCalls:
description: Start a video call in real time.
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
screenSharing:
description: Start a video call or share your screen in real time.
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
userGroups:
description: Mention user group to notify everybody in the group.
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
guestAccess:
description: Work with people outside your company and give them access only to
the specific channels.
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
manageUserAccounts:
description: Assign roles to members and control what they can do in Pumble.
valueType: BOOLEAN
defaultValue: false
type: MANAGEMENT
permissions:
description: Manage who can create and archive channels, invite members, remove
them from channels, post in public channels and other permissions.
valueType: BOOLEAN
defaultValue: false
type: MANAGEMENT
importFromSlack:
description: Import public channels, messages and your team from Slack.
valueType: BOOLEAN
defaultValue: true
type: INTEGRATION
integrationType: WEB_SAAS
pricingUrls:
- https://www.slack.com/
dataEncryption:
description: Pumble encrypts all data at rest and in transit.
valueType: BOOLEAN
defaultValue: true
type: GUARANTEE
phoneSupport:
description: Contact Pumble’s customer support and get answer within 24 hours.
valueType: BOOLEAN
defaultValue: true
type: SUPPORT
chatSupport:
description: Contact Pumble’s customer support and get answer within 24 hours.
valueType: BOOLEAN
defaultValue: true
type: SUPPORT
emailSupport:
description: Contact Pumble’s customer support and get answer within 24 hours.
valueType: BOOLEAN
defaultValue: true
type: SUPPORT
priorityCustomerSupport:
description: Get a guaranteed answer from customer support within a few hours.
valueType: BOOLEAN
defaultValue: false
type: SUPPORT
usageLimits:
users:
description: The number of users who can use Pumble.
valueType: NUMERIC
defaultValue: 1000000000
unit: user
type: NON_RENEWABLE
useMessageHistory:
description: The number of days that can be searched for the messageHistory.
valueType: NUMERIC
defaultValue: 1000000000
unit: day
type: NON_RENEWABLE
linkedFeatures:
- messageHistory
useFileStoragePerAccount:
description: The amount of storage that can be used per account.
valueType: NUMERIC
defaultValue: 10
unit: GB/account
type: NON_RENEWABLE
linkedFeatures:
- fileStoragePerAccount
useFileStoragePerUser:
description: The amount of storage that can be used per user or team member.
valueType: NUMERIC
defaultValue: 0
unit: GB/user
type: NON_RENEWABLE
linkedFeatures:
- fileStoragePerUser
useVoiceCalls:
description: The number of users that can join the same voice call.
valueType: NUMERIC
defaultValue: 1
unit: user
type: NON_RENEWABLE
linkedFeatures:
- voiceCalls
useVideoCalls:
description: The number of users that can join the same video call.
valueType: NUMERIC
defaultValue: 1
unit: user
type: NON_RENEWABLE
linkedFeatures:
- videoCalls
plans:
FREE:
description: ''
price: 0
unit: user/month
features: null
usageLimits: null
PRO:
description: ''
price: 1.99
unit: user/month
features:
messageSchedule:
value: true
fileStoragePerUser:
value: true
customizableSections:
value: true
screenSharing:
value: true
userGroups:
value: true
guestAccess:
value: true
manageUserAccounts:
value: true
permissions:
value: true
priorityCustomerSupport:
value: true
usageLimits:
useFileStoragePerUser:
value: 10
useVoiceCalls:
value: 1000000000
useVideoCalls:
value: 1000000000
addOns: null