# MarketPulse Email Sequence Generator

> MarketPulse Email Sequence Generator is a paid API for AI agents from marketpulse-brown.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Generates ready-to-use nurture email sequences including subject lines, preview text, timing, and deliverability guidance for marketing and lifecycle campaigns.

## Facts

- Endpoint: GET https://marketpulse-brown.vercel.app/api/market/email-sequence
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/marketpulse-email-sequence-generator-89f7d6e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wmMZllhFs8_tma0DNwMtx

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability marketpulse-email-sequence-generator-89f7d6e6
```

Example prompt: Can you create a 5-step nurture email sequence for my B2B SaaS product CloudSync — targeting small business owners who signed up for a free trial but haven't upgraded, including subject lines, preview text, and the best send timing for each email?

## When to prefer this

Choose this endpoint when you need ready-to-use, structured email sequences with subject lines, preview text, and timing guidance for marketing or lifecycle campaigns — especially when you want deliverability best practices bundled with the copy, rather than just raw email text generation.

## Known failure modes

- Missing required campaign or audience parameters returns an error response
- Overly vague inputs may result in generic, less targeted sequences
- API timeout if the generation takes too long
- Payment failure via x402 protocol blocks the response
- Rate limiting if too many calls are made in a short period

## How this service works

What should email #2 say — and when should it send? A complete, ready-to-use email sequence with real subject lines, preview text, send timing and body outlines for welcome, nurture, abandoned-cart, post-purchase or re-engagement flows, plus deliverability rules and the metrics to watch, for a given product and goal. For lifecycle and marketing agents.

## Output

A structured nurture email sequence with ready-to-use subject lines, preview text, recommended send timing for each email in the series, and deliverability best practices to maximize inbox placement and open rates.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "goal",
  "product"
 ],
 "properties": {
  "goal": {
   "type": "string",
   "description": "What this sequence should accomplish"
  },
  "lang": {
   "type": "string",
   "description": "Language to respond in — defaults to English"
  },
  "product": {
   "type": "string",
   "description": "The product or service the sequence is selling or supporting"
  },
  "sequence_type": {
   "type": "string",
   "description": "Type of sequence to write — welcome, nurture, abandoned_cart, post_purchase, or re_engagement"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "goal": "convert trial to paid",
  "sequence": [
   {
    "cta": "Connect your bank account",
    "angle": "Remove friction on the single highest-value activation step",
    "send_timing": "immediately",
    "body_outline": "Reminds them why they signed up, shows the 90-second bank-connect flow, links directly to it",
    "email_number": 1,
    "preview_text": "This is the step that saves you 3 hours a month",
    "subject_line": "Quick win: connect your bank in 90 seconds",
    "why_this_timing": "Trial users who activate in the first 24 hours convert to paid at a much higher rate"
   }
  ],
  "disclaimer": "Email performance benchmarks vary by industry and list quality. Warm new domains/IPs before sending at scale.",
  "amazon_search": "Email Persuasion by Ian Brodie",
  "sequence_type": "nurture",
  "audience_profile": "Active trial users who haven't connected a bank account yet — the key activation step",
  "metrics_to_watch": [
   "Bank-connect completion rate after email 1",
   "Trial-to-paid conversion rate by day 14"
  ],
  "segmentation_note": "Split by whether the bank-connect step is complete — completed users get feature-adoption emails instead",
  "subject_line_bank": [
   "You're 1 step from automated bookkeeping",
   "Still doing this by hand?"
  ],
  "product_or_service": "online accounting software",
  "deliverability_rules": [
   "Warm new sending domains gradually before sending at full trial volume",
   "Keep unsubscribe rate under 0.5% per send"
  ],
  "unsubscribe_reduction": "Offer a 'reduce frequency' option in the preference center instead of only unsubscribe"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/marketpulse-email-sequence-generator-89f7d6e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marketpulse-brown.vercel.app](https://www.zero.xyz/host/marketpulse-brown.vercel.app/llms.txt)
