Skip to main content
POST
Trigger TED IN Poller

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

X-Idempotency
string
obrigatório

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

Resposta

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>
obrigatório

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

Opções disponíveis:
success,
empty,
skipped_outside_window,
skipped_busy,
cancelled,
error
Exemplo:

"success"

processed
integer
obrigatório

Number of inbound messages drained and processed during this cycle.

Intervalo obrigatório: x >= 0
Exemplo:

3