# Send Emails via Admin API

A new **admin API** is available that allows the system (or external tools) to send emails based on a selected **email type**.\
\
Instead of only sending emails from fixed, built‑in flows (like order confirmations), your admin‑level services or integrations can now trigger specific email templates programmatically.

**Benefits for merchants**

* **More flexible communication**
  * Trigger different email types from back‑office processes or external systems (e.g. custom order updates, account notifications, internal alerts).
* **More consistent messaging**
  * Use your existing email templates and branding, even when emails are sent by integrations or custom automations.
* **Less manual work**
  * Reduce the need for staff to send ad‑hoc emails; let the system send the right template at the right time.
* **Better scalability**
  * As your workflows grow more complex, you can still rely on a single, central way to send platform‑managed emails.


---

# Agent Instructions: 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:

```
GET https://support.storefront.co.za/release-notes/new-features/2026-new-features/january-2026-new-features/send-emails-via-admin-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
