---
title: Email
icon: at
---

The Email input block allows you to ask your user for an email. It will check if it is properly formatted.

<Tabs>
  <Tab title="Flow">
    <Frame>
      <img
        src="/images/blocks/inputs/email-flow.png"
        alt="Email input in flow"
        className="rounded-lg"
      />
    </Frame>
  </Tab>
  <Tab title="Bot">
    <Frame>
      <img
        src="/images/blocks/inputs/email-bot.png"
        alt="Email input in bot"
        className="rounded-lg"
      />
    </Frame>
  </Tab>
</Tabs>

The retry message will be displayed whenever Typebot detected that the email is not properly formatted.

It won't check if the email address is **valid**. To do that, you will have to trigger a [Webhook block](/editor/blocks/integrations/webhook) and call an email validation service API.
