Voltar para Notification Service
Type
SCHEDULED
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

queue: "notification.list"
backoff:
type: "exponential"
factor: 2
jitter: 0.1
maxDelayMs: 5000
baseDelayMs: 500
timeoutMs: 5000
concurrency: 20
maxAttempts: 3

Input Schema

type: "object"
required:
0"correlationId"
1"userId"
properties:
page:
userId:
pageSize:
unreadOnly:
correlationId:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"notifications"
1"unreadCount"
2"page"
3"pageSize"
4"total"
5"hasNextPage"
6"correlationId"
properties:
page:
total:
nextPage:
pageSize:
hasNextPage:
unreadCount:
correlationId:
notifications:

Used in Flows (1)