For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocs
HomeDocs
    • Work with scripted bots
    • Before you begin
    • Build and maintain your bot
      • Work with blocks and apps
        • Build Answers using blocks
        • Serve content using Message blocks
        • Save chatter information using the Capture block
        • Save content in variables using the Set Variable block
        • Target content to chatters using the Conditional block
        • Create selectable menus using the List Option block
        • Serve time-specific content using the Scheduled block
        • Make API requests using the HTTP Request block
        • Calculate values using the Answer Utilities block
        • Format dates using the Answer Utilities block
        • Increment values using the Answer Utilities block
        • Format and validate text using the Answer Utilities block
        • Search for and replace text using the Answer Utilities block
        • Let chatters upload files using the File Upload block
        • Transfer chatters from one Answer to another using the Redirect block
        • Let chatters advance to other Answers with the Quick Replies block
        • Create scrollable menus using the Carousel block
        • Let chatters select dates using the Date Picker app
        • Generate a chat transcript using the Fetch Chat Metadata block
        • Send emails using the Email app
      • Train and manage Answers
      • Create conversations
      • Personalize conversations
      • Change your bot's look and feel
      • Test your bot
      • Manage your bot and your team
      • Understand the settings chatters can control
      • Create phone conversations with Voice
    • Integrate Ada with other tools
    • Use Ada with your website
    • Measure success
Login
LogoLogo
On this page
  • Overview
  • How the Email app works
  • Use the Email app block
  • Configure the Email app block
Build and maintain your botWork with blocks and apps

Send emails using the Email app

Previous

Train and manage answers

Next
Built with

Overview

The Email app enables your bot to send emails automatically. Use this app to create a basic email handoff Answer for your chatters. The block allows you to customize your handoff email as you see fit.

How the Email app works

All emails sent using the Email block originate from Ada, and show an Ada email address as the sender email. You must specify a separate reply-to email address—Ada does not handle email replies from your chatters. You can also customize the sender name, reply-to name, and more.

Use the Email app block

The Email app block is located under Action Apps in the Ada dashboard block drawer. Drag and drop the block in your Answer, at the point where you want the email process to occur.

Use a Capture block before the Email app block to collect the chatter’s email address.

Configure the Email app block

  1. On the Ada dashboard, go to Build > Answers, then open the Answer you want to trigger an email in.

  2. From the block drawer, drag the Email block into your Answer.

  3. In the Select Variables for Inputs section, complete the mandatory variable fields:

    • Recipient Email(s): Add the primary recipient email address. You can add the email variable, or manually enter the recipient’s email address. Separate multiple email addresses with a comma.
    • Reply-To Email: Enter the Reply-to email address you wish to assign to receive replies to your email.
    • Email Subject: Enter the email subject.
    • Email Content: Enter the body text of the email.
  4. Click the Select Optional Inputs drop-down menu, then select any optional variable fields you’d like to add:

    • BCC Email(s): Add blind carbon copy recipient email addresses. BCC addresses are not visible to other recipients.
    • CC Email(s): Add secondary recipient email addresses. These addresses are visible to other recipients.
    • Content Type: Enter the MIME type you want to use in your email:

      • If you just want to enter plain text, or if you’re not sure what to use, enter text/plain.
      • If you want to use HTML tags, enter text/html.
    • Reply-To Name: Enter the name of the Reply-to recipient.
    • Sender Name: Enter the name of the email sender. This appears in the From field.
  5. Under Fallback Answer, select an Answer to appear as a fallback if an error occurs.

  6. Click Save. The Email block is now configured to send emails to your chatters.


Have any questions? Contact your Ada team, or email us at help@ada.cx.