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

Config

queue: "notification.bulk_send"
backoff:
type: "exponential"
factor: 2
jitter: 0.2
maxDelayMs: 300000
baseDelayMs: 2000
batching:
chunkSize: 100
maxRecipientsPerBatch: 500
timeoutMs: 60000
concurrency: 10
maxAttempts: 6

Input Schema

type: "object"
required:
0"correlationId"
1"idempotencyKey"
2"recipientIds"
3"channel"
4"template"
5"data"
properties:
data:
channel:
priority:
template:
causationId:
recipientIds:
correlationId:
idempotencyKey:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"batchId"
1"sent"
2"failed"
3"status"
4"startedAt"
5"correlationId"
properties:
sent:
failed:
status:
batchId:
startedAt:
finishedAt:
correlationId:
failedRecipientIds:

Used in Flows (2)