← Voltar para Flows
Cron: Review Reminders Flow
Name
Cron: Review Reminders Flow
Description
Job diário envia lembretes de review pós-checkout.
Trigger Event
send_review_reminders
Validated
Not Validated
Steps
1
listNotifications
(Notification Service)
Input Mapping
{5}
page
:
1
userId
:
"$context.userId"
pageSize
:
50
unreadOnly
:
true
correlationId
:
"$context.correlationId"
Output Handlers
Output Key
Next Step
Branch To Flow
Merge To Context
success
Step 2: sendNotification
—
Yes
2
sendNotification
(Notification Service)
Input Mapping
{7}
data
:
{1}
count
:
"$step1.unreadCount"
channel
:
"push"
priority
:
"normal"
template
:
"review_reminder"
recipientId
:
"$step1.notifications[0].userId"
correlationId
:
"$step1.correlationId"
idempotencyKey
:
"review_reminder:$step1.notifications[0].userId:$trigger.eventId"
Output Handlers
Output Key
Next Step
Branch To Flow
Merge To Context
success
—
—
Yes