Send transactional email, onboarding messages, and automated notifications through one canonical email page on SkillBoss.
Descárgalo y añádelo a Claude Desktop, Cursor, Windsurf o cualquier plataforma compatible con MCP.
Empieza con SkillBoss Credit. Sin suscripciones, solo pago por uso.
Tell Claude or your agent what you need. SkillBoss routes Email Sending and returns results.
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.
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."}
]
}'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
Ú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.
Use /use/email as the canonical page for email workflows. Legacy email-sending routes should resolve here.
You can support transactional email, account notifications, billing updates, alerts, onboarding, and agent-triggered outbound workflows.
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.