sequenzy-email-marketing

Operates Sequenzy email marketing workflows through CLI commands and MCP tools.

3.4k|487|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/davepoon/buildwithclaude --skill sequenzy-email-marketing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sequenzy-email-marketing
Source: https://github.com/davepoon/buildwithclaude/tree/main/plugins/all-skills/skills/sequenzy-email-marketing
Command: npx skills add https://github.com/davepoon/buildwithclaude --skill sequenzy-email-marketing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Operating Sequenzy's email marketing platform requires knowing which CLI commands and MCP tools are actually implemented versus documented-only, and this Skill guides agents to authenticate, manage subscribers, campaigns, sequences, and templates using the correct supported workflows.

Core Features & Use Cases

  • Subscriber and List Management: Add, inspect, filter, and remove subscribers, plus bulk-import emails into lists from CSV or JSON files in batches of up to 500.
  • Campaign and Sequence Operations: Create, update, schedule, and test campaigns, and build sequences with AI-generated goals, explicit step files, discount actions, and conditional branch logic.
  • AI Content Generation and Stats: Generate draft emails, sequences, and subject lines, then review delivery metrics like open and click rates per campaign or sequence.
  • Use Case: A developer asks the agent to create a win-back sequence triggered by a cancellation tag, including a Stripe discount step and a branch based on link clicks, then schedule a launch campaign and share the dashboard review URL.

Quick Start

Ask the agent to check Sequenzy authentication with whoami and then list your current campaigns with their dashboard URLs.

Frequently Asked Questions about sequenzy-email-marketing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate the Sequenzy CLI for automation?

Set the SEQUENZY_API_KEY environment variable, which the CLI checks before local storage and is the safest path for CI or non-interactive use. For interactive sessions, run sequenzy login, which uses device auth and stores the key locally.

How do I bulk import subscribers into a Sequenzy list?

Use sequenzy lists add-subscribers or its alias sequenzy lists import with --emails-file pointing to a CSV, newline, or JSON file. The CLI splits large files into batches of up to 500 emails per API call instead of adding subscribers one at a time.

Can the Sequenzy CLI send or pause a campaign immediately?

No. The current CLI supports creating, updating, scheduling, and testing draft campaigns, but immediate send, pause, cancel, and resume flows are not implemented. Use the Sequenzy dashboard or direct API calls for those workflows.

How do I create a segment with nested or match-any filters in Sequenzy?

Use sequenzy segments create with --filter-json for nested group logic or --match any to combine top-level filters with OR. Filters support tags, Stripe product IDs, custom events, and saved-segment composition.

What are the limitations of AI-generated sequences in Sequenzy?

Generated sequences are capped at 10 emails and produce draft content that should be reviewed before sending. Discount action steps additionally require a connected Stripe integration before the sequence can be activated.