Skip to main content
POST
Trigger TED IN Poller

Autorizaciones

Authorization
string
header
requerido

JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.

Encabezados

X-Idempotency
string
requerido

Required idempotency key for safe retries. Use a UUID v4 or unique business identifier. If the same key is sent again and the original request was already processed, the cached response is returned.

See Retries and idempotency for details.

Maximum string length: 255

Respuesta

Indicates that the poll cycle completed. The outcome field reports the cycle result: success, empty, skipped_outside_window, skipped_busy, cancelled, or error.

outcome
enum<string>
requerido

Cycle outcome label. success and empty are terminal happy paths; skipped_* indicates the cycle did not run; cancelled and error indicate aborted work.

Opciones disponibles:
success,
empty,
skipped_outside_window,
skipped_busy,
cancelled,
error
Ejemplo:

"success"

processed
integer
requerido

Number of inbound messages drained and processed during this cycle.

Rango requerido: x >= 0
Ejemplo:

3