Skip to content

Commit 5252603

Browse files
authored
Merge pull request #8065 from segmentio/enrichment-context-example
Refactor enrichment journey context structure
2 parents 3a61736 + a26cbf6 commit 5252603

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/engage/journeys/v2/event-triggered-journeys-steps.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -372,15 +372,16 @@ Here's an example of a payload before and after enrichment:
372372
"Reservation Booked": {
373373
"reservation_id": 12345,
374374
"hotel_id": 67890
375-
},
376-
"Reservations": {
377-
"check_in_time": "2025-11-01T20:00:00Z",
378-
"check_out_time": "2025-11-04T15:00:00Z"
379-
},
380-
"Hotels": {
381-
"hotel_name": "Hotel California",
382-
"hotel_address": "1000 Sunset Boulevard, Los Angeles, CA"
383375
}
376+
},
377+
"Reservations": {
378+
"check_in_time": "2025-11-01T20:00:00Z",
379+
"check_out_time": "2025-11-04T15:00:00Z"
380+
},
381+
"Hotels": {
382+
"hotel_name": "Hotel California",
383+
"hotel_address": "1000 Sunset Boulevard, Los Angeles, CA"
384+
}
384385
}
385386
}
386387
}

0 commit comments

Comments
 (0)