# pagos.andreax.dev Sales Email Generator

> pagos.andreax.dev Sales Email Generator is a paid API for AI agents from pagos.andreax.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Generates a complete sales/prospecting email (subject line + body) from a given context using an LLM.

## Facts

- Endpoint: GET https://pagos.andreax.dev/api/taller/peaje/email-ventas
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pagos-andreax-dev-sales-email-generator-1bae8b23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UJMBL5RHnz9yIL_SEIoRE

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 pagos-andreax-dev-sales-email-generator-1bae8b23
```

Example prompt: Write me a sales email — subject line and full body — to pitch our project management SaaS to a mid-size construction company that's still using spreadsheets to track jobs.

## When to prefer this

Choose this endpoint when you need to quickly generate a professional sales or prospecting email (subject + body) from a brief context description, especially in automated outbound workflows or agent pipelines where manual copywriting is not feasible. It is particularly useful for SDRs, freelancers, and agencies that need to scale personalized outreach.

## Known failure modes

- Missing or empty 'input' query parameter returns an error
- Vague or insufficient context may produce a generic or low-quality email
- LLM backend unavailability may cause a timeout or 5xx error
- Payment not settled (x402) results in a 402 Payment Required response

## How this service works

PREMIUM: redacta un email de ventas/prospección (asunto + cuerpo) desde el contexto. input=contexto.

## Output

A complete sales/prospecting email consisting of a subject line and a full email body, generated from the provided context about the target recipient and the product or service being offered.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "contexto del email (a quién, qué ofreces)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pagos-andreax-dev-sales-email-generator-1bae8b23/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pagos.andreax.dev](https://www.zero.xyz/host/pagos.andreax.dev/llms.txt)
