Skip to main content
POST
Send the CFDI (XML + PDF) by email to the receptor

Authorizations

X-API-Key
string
header
required

API Key for authentication (format: sk_...)

Path Parameters

uuid
string
required

Body

application/json
to
string

Correo del receptor al que se enviará el CFDI. Si se omite, se usa el correo del Customer registrado con el RFC receptor de la factura (si existe). Si no hay un Customer con correo registrado y tampoco se envía este campo, la solicitud falla con 400.

Example:

"cliente@example.com"

Response

id
string
required
invoiceId
string
required
sentTo
string
required
Example:

"cliente@example.com"

status
enum<string>
required
Available options:
sent,
failed
createdAt
string<date-time>
required
sentBy
object

ID del usuario de la sesión que solicitó el envío. null si se envió con una API key.