Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/engage/journeys/v2/event-triggered-journeys-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,15 +372,16 @@ Here's an example of a payload before and after enrichment:
"Reservation Booked": {
"reservation_id": 12345,
"hotel_id": 67890
},
"Reservations": {
"check_in_time": "2025-11-01T20:00:00Z",
"check_out_time": "2025-11-04T15:00:00Z"
},
"Hotels": {
"hotel_name": "Hotel California",
"hotel_address": "1000 Sunset Boulevard, Los Angeles, CA"
}
},
"Reservations": {
"check_in_time": "2025-11-01T20:00:00Z",
"check_out_time": "2025-11-04T15:00:00Z"
},
"Hotels": {
"hotel_name": "Hotel California",
"hotel_address": "1000 Sunset Boulevard, Los Angeles, CA"
}
}
}
}
Expand Down