> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xano.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Emails

<Tip>
  **Hint**

  If you haven't already, we recommend becoming familiar with these basic concepts before continuing.
</Tip>

* [Working With Data](/the-function-stack/building-with-visual-development/working-with-data)
* [External API Requests](/the-function-stack/functions/apis-and-lambdas/external-api-request)

## Use a Pre-built Action

Xano Actions are available for you to import directly into your workspace and enable email features, such as using Postmark.

Click on any of the Actions below to try it out and add it to your workspace.

<Info>
  Never used an Action before? Check out our docs
  [here](/xano-actions/what-are-actions).
</Info>

<Card title="Send Email using Brevo" icon="envelope" href="https://www.xano.com/actions/run/unicoconnect/DksvhWnU553v" horizontal>
  Quickly send transactional emails through Brevo with a single API call.
</Card>

<Card title="Postmark – Send Batch Emails" icon="envelope" href="https://www.xano.com/actions/run/xano/QNyIc1Yl-RKZ" horizontal>
  Deliver bulk emails reliably using Postmark’s batch sending capability.
</Card>

<Card title="Postmark – Send Email with Template" icon="envelope" href="https://www.xano.com/actions/run/xano/SqPamNFn2Cxf" horizontal>
  Send beautifully formatted emails with Postmark templates.
</Card>

<Card title="Postmark – Send Single Email" icon="envelope" href="https://www.xano.com/actions/run/xano/olBZ7sfuAJBN" horizontal>
  Trigger a one-off transactional email using Postmark.
</Card>

## In the Marketplace

In the Xano Marketplace, several messaging templates are available.

If you don't have the Marketplace enabled, use the steps below to enable it.

<Steps>
  <Step title="Head to your workspace settings.">
    Click the <Icon icon="gear" /> icon in the upper-right corner to open **Settings**.
  </Step>

  <Step title="Under Navigation Preferences, check the Show Marketplace option.">
    You should now see **Marketplace** available from the sidebar footer.
  </Step>
</Steps>

<Info>
  **Why is the Marketplace not enabled by default?**

  We are in the process of phasing out this version of the Marketplace in favor of Xano Actions and related features. You can still use the Marketplace, and anything you utilize there will not disappear, but please note that some Marketplace extensions may not be up to date. We're working hard to bring you a better experience here.
</Info>

## Build Your Own

You can also build your own messaging functions by using our [External API Request](/the-function-stack/functions/apis-and-lambdas/external-api-request) function and following the API documentation available for your service of choice. Some popular options are linked below for your convenience.

[**MailChimp**](https://mailchimp.com/developer/)

[**Mailtrap**](https://api-docs.mailtrap.io/)

[**Mailgun**](https://documentation.mailgun.com/docs/mailgun/user-manual/get-started/)
