type Props = {
readableChatsLimit: string
readableResetDate: string
url: string
}
export const almostReachedChatsLimitEmail = ({
url,
readableChatsLimit,
readableResetDate,
}: Props) => `
Your bots are chatting a lot. That's amazing. ❤️ | This means you've almost reached your monthly chats limit. You currently reached 80% of ${readableChatsLimit}. | This limit will be reset on ${readableResetDate}. | Your bots won't start the chat if you reach the limit before this date. ⚠️ | If you need more monthly responses, you will need to upgrade your plan. |
|
|
|
`