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

Config

queue: "notification.send"
backoff:
type: "exponential"
factor: 2
jitter: 0.2
maxDelayMs: 300000
baseDelayMs: 1000
rateLimit:
max: 200
durationMs: 1000
timeoutMs: 20000
concurrency: 25
maxAttempts: 8

Input Schema

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

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"notificationId"
1"deliveryAttemptId"
2"status"
3"delivered"
4"correlationId"
properties:
sentAt:
status:
provider:
delivered:
correlationId:
skippedReason:
notificationId:
deliveryAttemptId:
providerMessageId:

Used in Flows (15)