import { Body, Container, Head, Html, Img, Link, Preview, Text, Hr, Heading, Button, Section, } from '@react-email/components' import * as React from 'react' import { env } from '@typebot.io/env' import { main, container, text, featureSection, heading, image, hr, footer, link, } from './styles' type Props = { firstName?: string } const imagesBaseUrl = `${env.NEXTAUTH_URL}/images/emails/V2dot23Update` export const V2dot23Update = ({}: Props) => ( Unveiling Typebot's Latest Innovations - v2.23 Update! 🌟 Typebot's Logo Hey,

I'm thrilled to announce the release of Typebot v2.23, packed with features that enrich your chatbot experience. This update introduces powerful new blocks and enhanced customizability.

Let's dive into what's new!
ElevenLabs Block - Text to Speech Elevate your chatbots with life-like voice outputs. The ElevenLabs block simplifies converting text to realistic voices, making your bots more interactive and engaging. ElevenLabs Block demo
Custom Fonts Personalize your bots even further by defining your own custom fonts. This new feature allows you to match your chatbot's typography with your brand identity seamlessly.
Progress Bar Improve user experience with a progress bar. Now, users can easily track their conversation progress, enhancing engagement and completion rates. Progress Bar demonstration
Enhanced Button Inputs Speed up your setup with the ability to paste multiple items into the Buttons input. Lists are automatically detected and populated, streamlining the creation process.
Advanced Time Filtering in Analytics Gain deeper insights with the new time filtering options for the Results table and analytics view. This feature allows for more precise data analysis over specific time periods. Time filtering option
Together AI Block Explore new AI possibilities with the Together AI block. This addition lets you harness their OpenAI-like API for even more dynamic and intelligent chatbot interactions.

I'm excited for you to try these new features and see how they can enhance your chatbot projects. As always, I'm here to support your journey and look forward to your feedback. 💬

Baptiste.
Typebot's Logo Typebot.io - Powering Conversations at Scale Unsubscribe
) V2dot23Update.PreviewProps = { firstName: 'John', } export default V2dot23Update