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

# Introduction

> Welcome to Sequenzy - the modern email marketing platform built for developers

# Welcome to Sequenzy

Sequenzy is a powerful email marketing platform designed for modern teams. Build sophisticated email campaigns, automate subscriber journeys, and send transactional emails—all through an intuitive dashboard or our comprehensive API.

## What is Sequenzy?

Sequenzy combines the power of:

* **Subscriber Management** - Organize contacts with tags, custom attributes, and lists
* **Visual Sequences** - Build automated email journeys with a drag-and-drop editor
* **Email Campaigns** - Send broadcasts to targeted segments of your audience
* **Transactional Emails** - Programmatically send emails via API with template support
* **Event Tracking** - Track subscriber actions and trigger automations
* **Analytics** - Monitor email performance with opens, clicks, and conversions

## Key Features

<CardGroup cols={2}>
  <Card title="Subscribers" icon="users" href="/concepts/subscribers">
    Manage contacts with tags, attributes, and lifecycle tracking
  </Card>

  <Card title="Sequences" icon="diagram-project" href="/concepts/sequences">
    Build automated email workflows with triggers and conditions
  </Card>

  <Card title="Campaigns" icon="paper-plane" href="/concepts/campaigns">
    Send targeted broadcasts to your subscriber segments
  </Card>

  <Card title="Transactional" icon="code" href="/concepts/transactional-emails">
    Send programmatic emails via API with templates
  </Card>
</CardGroup>

## Architecture Overview

```
┌─────────────────────────────────────────────────────────────┐
│                        Your Application                      │
└─────────────────────────────────────────────────────────────┘
                              │
                              ▼
┌─────────────────────────────────────────────────────────────┐
│                       Sequenzy API                          │
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────────────┐  │
│  │ Subscribers │  │   Events    │  │   Transactional     │  │
│  │    API      │  │    API      │  │       API           │  │
│  └─────────────┘  └─────────────┘  └─────────────────────┘  │
└─────────────────────────────────────────────────────────────┘
                              │
         ┌────────────────────┼────────────────────┐
         ▼                    ▼                    ▼
┌─────────────────┐  ┌─────────────────┐  ┌─────────────────┐
│    Sequences    │  │    Campaigns    │  │    Analytics    │
│  (Automations)  │  │   (Broadcasts)  │  │   (Tracking)    │
└─────────────────┘  └─────────────────┘  └─────────────────┘
```

## Use Cases

### SaaS Applications

* Welcome new users with onboarding sequences
* Re-engage users who haven't logged in
* Send feature announcements to active customers
* Automated churn prevention emails

### E-commerce

* Order confirmation and shipping updates
* Abandoned cart recovery sequences
* Post-purchase review requests
* Customer loyalty campaigns

### Content Platforms

* Newsletter distribution
* New content notifications
* Engagement-based recommendations
* Re-subscription campaigns

## Getting Started

<Steps>
  <Step title="Create an Account">
    Sign up at [sequenzy.com](https://www.sequenzy.com) and create your first
    company workspace.
  </Step>

  <Step title="Get Your API Key">
    Navigate to **Settings → API Keys** in your
    [dashboard](https://www.sequenzy.com/dashboard) to generate your authentication
    token.
  </Step>

  <Step title="Add Subscribers">
    Import existing contacts or add them programmatically via the API.
  </Step>

  <Step title="Send Your First Email">
    Create a campaign in the dashboard or send a transactional email via API.
  </Step>
</Steps>

## Quick Links

<CardGroup cols={3}>
  <Card title="Authentication" icon="key" href="/authentication">
    Set up API authentication
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all endpoints
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/changelog">
    Latest updates and features
  </Card>
</CardGroup>

## Base URL

All API requests are made to:

```
https://api.sequenzy.com/api/v1
```

## Need Help?

* **Email**: [nic@sequenzy.com](mailto:nic@sequenzy.com)
* **Twitter**: [@nikpolale](https://x.com/nikpolale)
* **Dashboard**: [sequenzy.com/dashboard](https://www.sequenzy.com/dashboard)
