Infrastructure

Usa Email Sending en Claude

Send transactional email, onboarding messages, and automated notifications through one canonical email page on SkillBoss.

Sin claves API
Funciona en 30 segundos
Página canónica lista para agentes

Cómo funciona

1

Instala SkillBoss

Descárgalo y añádelo a Claude Desktop, Cursor, Windsurf o cualquier plataforma compatible con MCP.

2

Recarga saldo

Empieza con SkillBoss Credit. Sin suscripciones, solo pago por uso.

3

Usa Email Sending en Claude

Tell Claude or your agent what you need. SkillBoss routes Email Sending and returns results.

x402 y MPP

Email Sending usually fits MPP or the standard SkillBoss API key flow better than pure x402, because pricing can expand with ongoing usage, state, or follow-up actions.

Se prefiere MPP / API key

x402

Usa x402 cuando tu agente necesite un flujo quote-pay-retry para configuración determinista o aprovisionamiento.

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: x402" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Email Sending for this request and return the result."}
    ]
  }'

MPP / Payment Later

Usa MPP cuando el flujo pueda crecer a uso prolongado, automatización recurrente o facturación por consumo.

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: mpp" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Email Sending for this request and return the result."}
    ]
  }'

Qué puedes crear

Send transactional emails
Trigger onboarding and lifecycle messages
Build automated notification systems
Connect email to payment and auth workflows
Support agent-driven email operations
Keep all email discovery on one canonical route

Precios

Pago por uso

Fuente de precios

Precios de SkillBoss

Última actualización

Actualizado regularmente desde el catálogo activo

Estado del ciclo de vida

Listado y disponible

Mejor para agentes

Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.

Ruta de pago

Usa SkillBoss Credit, x402 o MPP según si el flujo es determinista o basado en uso.

URL canónica

https://www.skillboss.co/use/email

¿Listo para empezar?

Únete a más de 10.000 desarrolladores que usan SkillBoss para lanzar más rápido con Claude, OpenClaw y otros agentes de IA.

Preguntas frecuentes

What is the canonical email page on SkillBoss?

Use /use/email as the canonical page for email workflows. Legacy email-sending routes should resolve here.

What types of email workflows can this support?

You can support transactional email, account notifications, billing updates, alerts, onboarding, and agent-triggered outbound workflows.

Does email support x402 or MPP?

Yes. Fixed send actions can use x402, while larger or recurring outbound programs are better handled with MPP or the standard SkillBoss API key path.