> For the complete documentation index, see [llms.txt](https://docs.funnelish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.funnelish.com/resources/emails.md).

# Send Emails From Funnelish

Want to send emails to your customers from the Funnelish dashboard? Now you can!&#x20;

In this article, we show you how to create and send emails. To connect your SMTP server, check out the other articles in this section!

{% embed url="<https://youtu.be/W13gJxQXRUM>" %}

## Creating an automation

Log in to your Funnelish account, open a funnel, and click the Funnel automations icon at the bottom of the page. Create a new automation or add to an existing one. In this example, we create a new automation.

On the next page, select **Start from Scratch** and **Create**.

Starting on the automation canvas, click the plus (+) icon and select the type of email you want to send. Select **Sending Options** and then select **Send an email**. Now you have a choice: text-only or a template.

![](/files/3gTdwYy2KSVYSPbITiQc)

## Sending a simple text email

Choose **Text Only** to send a simple email message. Click Continue and then fill in the fields, like sender name, email, and subject line. Now you can enter message content.&#x20;

Use contact details to add the customer's name, order details, and more!

![](/files/-MSEfXoEE_UDta8nGsYN)

## Using a template

To send emails with more design elements, use our email templates to create fully customizable messages.

Choose the **Template** option and then click Continue. Fill in the fields. Once you get to the template screen, choose a pre-existing template or start from scratch.

![](/files/-MSEh1DIY0wS6jjoYiqP)

Use the drag-and-drop editor to design an email that sells your brand! You can fully customize basically anything you need to make the email your own.

## Sending a notification email

Instead of sending messages to customers, use Funnelish's email capabilities to send yourself (or a team member) a notification when someone reaches a specific point in your automation!

After you click the plus (+) icon on the Automation canvas, select Sending Options and then **Send a notification email**.

![](/files/KWwlvFXkiqtkQsQUSVzV)

On the next window, enter the email of each person you want to receive a notification. You can enter up to five email addresses at a time.

That's it!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.funnelish.com/resources/emails.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
