external_services
email

Enviar Email Html

Envía un correo con formato HTML

🔒 Endpoint Protegido: Requiere autenticación JWT y rol 'admin'

post/api/email/html

Request body

destinatariostring email required
asuntostring required
contenido_htmlstring required
remitentestring nullable
contenido_textostring nullable

Response

Successful Response

successboolean required
messagestring required
destinatariostring nullable
documentos_enviadosstring[] nullable
documentos_fallidosstring[] nullable

Changes