NewThe street number is no longer required in an address
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

BULK_EMAIL_LIMIT_EXCEEDED

You selected {0} invoices, but the maximum allowed per email is {1}. Reduce the selection and try again.


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/BULK_EMAIL_LIMIT_EXCEEDED",
  "title": "BULK_EMAIL_LIMIT_EXCEEDED",
  "detail": "You selected {0} invoices, but the maximum allowed per email is {1}. Reduce the selection and try again.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "BULK_EMAIL_LIMIT_EXCEEDED",
    "message": "You selected {0} invoices, but the maximum allowed per email is {1}. Reduce the selection and try again.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

You selected {0} invoices, but the maximum allowed per email is {1}. Reduce the selection and try again.
Has seleccionado {0} facturas, pero el límite máximo para enviar por email es {1}. Reduce la selección e inténtalo de nuevo.
Has seleccionat {0} factures, però el límit màxim per enviar per correu electrònic és {1}. Redueix la selecció i torna-ho a provar.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Tokens like {0} are runtime arguments — the backend fills them with actual values before responding.

Other errors in this category

Keep exploring