2
0

🛂 Prevent blocking everything once limit is reached

The idea is to make the hard limit less scary. I'd prefer manually reaching out to users when they are over their monthly limit
This commit is contained in:
Baptiste Arnaud
2023-04-10 09:24:04 +02:00
parent e06f8186f6
commit 846dac0bf4
6 changed files with 15 additions and 34 deletions

View File

@ -49,12 +49,8 @@ export const AlmostReachedChatsLimitEmail = ({
</Text>
<Text>This limit will be reset on {readableResetDate}.</Text>
<Text fontWeight="800">
Your bots won&apos;t start the chat if you reach the limit before
this date
</Text>
<Text>
If you need more monthly responses, you will need to upgrade your
plan.
Upon this limit your bots will still continue to chat, but we ask
you kindly to upgrade your monthly chats limit.
</Text>
<MjmlSpacer height="24px" />

View File

@ -40,11 +40,9 @@ export const AlmostReachedStorageLimitEmail = ({
limit.
</Text>
<Text fontWeight="800">
Your bots won&apos;t collect new files once you reach the limit
</Text>
<Text>
To make sure it won&apos;t happen, you need to upgrade your plan
or delete existing results to free up space.
Upon this limit your bots will still continue to collect new
files, but we ask you kindly to upgrade your storage limit or
delete existing results to free up space.
</Text>
<MjmlSpacer height="24px" />
<Button link={url}>Upgrade workspace</Button>

View File

@ -46,12 +46,9 @@ export const ReachedChatsLimitEmail = ({
It just happened, you&apos;ve reached your monthly{' '}
{readableChatsLimit} chats limit 😮
</Text>
<Text fontWeight="800">
It means your bots are closed until {readableResetDate}
</Text>
<Text>
If you&apos;d like to continue chatting with your users this
month, then you need to upgrade your plan. 🚀
If you&apos;d like your bots to continue chatting with your users
this month, then you need to upgrade your plan. 🚀
</Text>
<MjmlSpacer height="24px" />

View File

@ -37,9 +37,6 @@ export const ReachedStorageLimitEmail = ({
It just happened, you&apos;ve reached your {readableStorageLimit}{' '}
storage limit 😮
</Text>
<Text fontWeight="800">
It means your bots won&apos;t collect new files from your users
</Text>
<Text>
If you&apos;d like to continue collecting files, then you need to
upgrade your plan or remove existing results to free up space. 🚀