Skip to main content

Quick Start Guide

This guide walks you through the essential steps to start sending emails with Sequenzy.

Prerequisites

  • A Sequenzy account (sign up here)
  • A verified sending domain (configured in Settings → Domains)
  • An API key (generated in Settings → API Keys)

Step 1: Get Your API Key

  1. Log in to your Sequenzy dashboard
  2. Navigate to Workspace Settings → API Keys
  3. Click Create API Key
  4. Copy and securely store your key—it won’t be shown again
Keep your API key secret. Never expose it in client-side code or public repositories.
Managing multiple workspaces? Create an account key in Account Settings → API Keys and pass x-company-id: company_abc123 on each request. One seq_user_ key can target every workspace your account can access, including workspaces you create later.

Step 2: Install the SDK

Install the official Sequenzy SDK for Node.js/TypeScript:
Then initialize the client:

Step 3: Add Your First Subscriber

Step 4: Tag Subscribers Based on Actions

When users take actions in your app, tag them to trigger automations:

Step 5: Track Events

Send events when important things happen:

Step 6: Send a Transactional Email

Send an immediate email using a template or direct content:

Using a Template

Direct Content

What’s Next?

Create a Sequence

Build automated email workflows

Send a Campaign

Broadcast to your subscribers

Set Up Sync Rules

Automate tagging based on events

Explore the API

Full API documentation

Common Integration Patterns

User Registration

Subscription Upgrade

Order Confirmation