# Sigtap Cold Email Template Generator

> Sigtap Cold Email Template Generator is a paid API for AI agents from sigtap-outreach-api.sigtap.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a personalized cold email draft generated from proven outreach templates

## Facts

- Endpoint: GET https://sigtap-outreach-api.sigtap.workers.dev/template
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sigtap-cold-email-template-generator-64009880
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GGZNdAylwpj5ZLWq31lfI

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 sigtap-cold-email-template-generator-64009880
```

Example prompt: Can you write me a personalized cold email using a proven sales template? I'm reaching out to a SaaS startup founder to pitch our marketing automation tool.

## When to prefer this

Choose this endpoint when you need a ready-to-use cold email draft grounded in proven outreach patterns, especially in a sales or B2B context, and you want to skip blank-page copywriting. It complements the sibling 'grade' endpoint (which scores cold emails) and 'deliverability' endpoint (which audits sending domains), making it ideal for a full cold-email automation pipeline.

## Known failure modes

- Missing or malformed query parameters may return a 400 error or empty template
- Payment not completed (x402 flow not fulfilled) results in a 402 Payment Required response
- Rate limiting or worker timeout may return a 5xx error
- No matching template for the given context may return a generic or empty draft

## How this service works

Paid micro-utilities for cold-email outreach agents: domain deliverability audits, cold-email grading, template generation, plus a tools toolbox (hashing, JWT decode, IDs, slugs, JSON, regex, crypto prices, domain age, weather). Paid via x402 (USDC on Base). One signature per call. No keys. FREE CHECK: GET /preview/<paid-path> (same URL with /preview/ prefix) returns a 200 demo sample - verify output shape before paying. PAID CALL: GET the url -> 402 challenge -> sign + retry with X-PAYMENT -> settled on-chain (USDC, Base). Ready-to-paste client: GET /llms.txt section "Pay in one call". Catalog+MCP twin: /llms.txt.

## Output

A personalized cold email body drafted from proven outreach templates, ready to send or lightly customize, tailored to the specified outreach context and recipient type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "body": "...",
  "subject": "...",
  "cadence_tips": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sigtap-cold-email-template-generator-64009880/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sigtap-outreach-api.sigtap.workers.dev](https://www.zero.xyz/host/sigtap-outreach-api.sigtap.workers.dev/llms.txt)
