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

# Marketing Suite

> Build an audience, design email, automate journeys, and measure every send from JetEmail.

JetEmail Marketing Suite brings contacts, reusable email templates, broadcasts, automation, and delivery reporting into the same dashboard and delivery network as the rest of JetEmail.

<div className="not-prose mb-10 rounded-xl border border-gray-200 bg-gradient-to-br from-slate-50 to-blue-50/80 px-6 py-8 dark:border-white/10 dark:from-slate-900/50 dark:to-blue-950/30">
  <p className="text-sm font-semibold uppercase tracking-wide text-[#4079AE] dark:text-blue-400">
    Marketing Suite
  </p>

  <p className="mt-2 text-2xl font-semibold tracking-tight text-slate-900 dark:text-white sm:text-3xl">
    From an empty list to a measured campaign
  </p>

  <p className="mt-3 max-w-2xl text-base leading-relaxed text-slate-600 dark:text-slate-300">
    Add and verify a sending domain, organise subscribers into audiences, create a reusable template, then send a broadcast or activate an automated workflow.
  </p>
</div>

## How the pieces fit together

<Steps>
  <Step title="A domain establishes your sender identity">
    Publish the return-path, DKIM, DMARC, and tracking records shown in the dashboard. A template can only use a sender address on a verified Marketing domain.
  </Step>

  <Step title="Contacts hold people and personalisation data">
    Each contact has an email address, subscription status, optional name, custom properties, tags, and membership in one or more audiences.
  </Step>

  <Step title="Audiences define who receives a broadcast">
    Audiences are reusable lists of contacts. A contact can belong to several audiences without being duplicated.
  </Step>

  <Step title="Templates define what gets sent">
    Design an email from blocks, start from a preset, or provide full HTML. The template also owns the subject, preview text, sender, reply-to address, plain-text version, and personalisation tokens.
  </Step>

  <Step title="Broadcasts and workflows decide when it sends">
    A broadcast sends one template to one audience now or at a scheduled time. A workflow sends template steps after a contact is created, joins an audience, or triggers a named event.
  </Step>

  <Step title="Metrics and logs show what happened">
    Metrics aggregate delivery and engagement. Logs provide a message-by-message timeline with receiver responses, opens, and clicks.
  </Step>
</Steps>

## Explore the suite

<CardGroup cols={3}>
  <Card title="Get started" icon="rocket" href="/docs/marketing/getting-started" arrow="true">
    Complete the shortest path from setup to your first broadcast.
  </Card>

  <Card title="Contacts & audiences" icon="users" href="/docs/marketing/contacts" arrow="true">
    Import subscribers, store merge data, and organise lists.
  </Card>

  <Card title="Templates" icon="pen-ruler" href="/docs/marketing/templates" arrow="true">
    Create reusable designs and sender identities.
  </Card>

  <Card title="Broadcasts" icon="paper-plane" href="/docs/marketing/broadcasts" arrow="true">
    Send immediately, schedule delivery, and read the report.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/docs/marketing/workflows" arrow="true">
    Build triggered sequences from email and delay steps.
  </Card>

  <Card title="Metrics & logs" icon="chart-line" href="/docs/marketing/metrics" arrow="true">
    Track volume, delivery health, opens, clicks, and individual messages.
  </Card>
</CardGroup>

## Marketing and transactional email

Marketing and transactional messages solve different jobs:

|                         | Marketing                                        | Transactional                                     |
| ----------------------- | ------------------------------------------------ | ------------------------------------------------- |
| **Typical use**         | Newsletters, announcements, onboarding sequences | Password resets, receipts, account notifications  |
| **Recipient model**     | An audience or workflow enrolment                | One recipient per API request                     |
| **How it starts**       | Dashboard send, schedule, or workflow trigger    | A request from your backend                       |
| **Unsubscribe**         | Marketing unsubscribe handling applies           | No unsubscribe footer                             |
| **Engagement tracking** | Controlled by Marketing domain settings          | Disabled for the Marketing transactional endpoint |

A paid Marketing plan includes the template-based transactional endpoint. It is separate from the general JetEmail transactional API documented under **Transactional**.

<Tip>
  Use a dedicated marketing subdomain such as `news.example.com`. This keeps the sender identity and reputation for campaigns separate from mail sent by your application.
</Tip>

## Where to find it

Open the [JetEmail dashboard](https://dash.jetemail.com) and select **Marketing**. The second-level navigation contains:

* **Templates** and **Files** for content
* **Audiences** and **Contacts** for recipients
* **Broadcasts**, **Workflows**, and **Transactional** for sending
* **Domains** and **Unsubscribe** for sender and compliance settings
* **Metrics** and **Logs** for reporting

If the Marketing tab is not shown on your account, contact JetEmail support from **Support** in the dashboard.
