A map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity.
journey_response.application_id
The unique identifier for the application that the journey applies to.
journey_response.closed_days
The time when a journey will not send messages. QuietTime should be configured first and SendingSchedule should be set to true.
IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.
journey_response.last_modified_date
The date, in ISO 8601 format, when the journey was last modified.
journey_response.limits
The messaging and entry limits for the journey.
Show child fields
journey_response.limits.daily_cap
The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.
journey_response.limits.endpoint_reentry_cap
The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.
journey_response.limits.endpoint_reentry_interval
Minimum time that must pass before an endpoint can re-enter a given journey. The duration should use an ISO 8601 format, such as PT1H.
journey_response.limits.messages_per_second
The maximum number of messages that the journey can send each second.
journey_response.limits.timeframe_cap
The number of messages that an endpoint can receive during the specified timeframe.
Show child fields
journey_response.limits.timeframe_cap.cap
The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.
journey_response.limits.timeframe_cap.days
The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.
journey_response.limits.total_cap
The maximum number of messages a journey can sent to a single endpoint. The maximum value is 100. If set to 0, this limit will not apply.
journey_response.local_time
Specifies whether the journey's scheduled start and end times use each participant's local time. If this value is true, the schedule uses each participant's local time.
journey_response.name
The name of the journey.
journey_response.open_hours
The time when a journey can send messages. QuietTime should be configured first and SendingSchedule should be set to true.
Show child fields
journey_response.open_hours.custom
Specifies the schedule settings for the custom channel.
journey_response.open_hours.email
Specifies the schedule settings for the email channel.
journey_response.open_hours.push
Specifies the schedule settings for the push channel.
journey_response.open_hours.sms
Specifies the schedule settings for the SMS channel.
journey_response.open_hours.voice
Specifies the schedule settings for the voice channel.
journey_response.quiet_time
The quiet time settings for the journey. Quiet time is a specific time range when a journey doesn't send messages to participants, if all the following conditions are met:
The EndpointDemographic.Timezone property of the endpoint for the participant is set to a valid value.
The current time in the participant's time zone is later than or equal to the time specified by the QuietTime.Start property for the journey.
The current time in the participant's time zone is earlier than or equal to the time specified by the QuietTime.End property for the journey.
If any of the preceding conditions isn't met, the participant will receive messages from the journey, even if quiet time is enabled.
Show child fields
journey_response.quiet_time.end
The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
journey_response.quiet_time.start
The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
journey_response.refresh_frequency
The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.
journey_response.refresh_on_segment_update
Indicates whether the journey participants should be refreshed when a segment is updated.
journey_response.schedule
The schedule settings for the journey.
Show child fields
journey_response.schedule.end_time
The scheduled time, in ISO 8601 format, when the journey ended or will end.
journey_response.schedule.start_time
The scheduled time, in ISO 8601 format, when the journey began or will begin.
journey_response.schedule.timezone
The starting UTC offset for the journey schedule, if the value of the journey's LocalTime property is true. Valid values are: UTC, UTC+01, UTC+02, UTC+03, UTC+03:30, UTC+04, UTC+04:30, UTC+05, UTC+05:30, UTC+05:45, UTC+06, UTC+06:30, UTC+07, UTC+08, UTC+08:45, UTC+09, UTC+09:30, UTC+10, UTC+10:30, UTC+11, UTC+12, UTC+12:45, UTC+13, UTC+13:45, UTC-02, UTC-02:30, UTC-03, UTC-03:30, UTC-04, UTC-05, UTC-06, UTC-07, UTC-08, UTC-09, UTC-09:30, UTC-10, and UTC-11.
journey_response.sending_schedule
Indicates if journey has Advance Quiet Time enabled. This flag should be set to true in order to allow using OpenHours and ClosedDays.
journey_response.start_activity
The unique identifier for the first activity in the journey.
journey_response.start_condition
The segment that defines which users are participants in the journey.
One or more custom attributes that your application reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter.
The name of the event that causes the campaign to be sent or the journey activity to be performed. This can be a standard event that Amazon Pinpoint generates, such as _email.delivered. For campaigns, this can also be a custom event that's specific to your application. For information about standard events, see Streaming Amazon Pinpoint Events in the Amazon Pinpoint Developer Guide.
The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.
One or more custom metrics that your application reports to Amazon Pinpoint. You can use these metrics as selection criteria when you create an event filter.
The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
The unique identifier for the segment to associate with the activity.
journey_response.state
The current status of the journey. Possible values are:
DRAFT - The journey is being developed and hasn't been published yet.
ACTIVE - The journey has been developed and published. Depending on the journey's schedule, the journey may currently be running or scheduled to start running at a later time. If a journey's status is ACTIVE, you can't add, change, or remove activities from it.
COMPLETED - The journey has been published and has finished running. All participants have entered the journey and no participants are waiting to complete the journey or any activities in the journey.
CANCELLED - The journey has been stopped. If a journey's status is CANCELLED, you can't add, change, or remove activities or segment settings from the journey.
CLOSED - The journey has been published and has started running. It may have also passed its scheduled end time, or passed its scheduled start time and a refresh frequency hasn't been specified for it. If a journey's status is CLOSED, you can't add participants to it, and no existing participants can enter the journey for the first time. However, any existing participants who are currently waiting to start an activity may continue the journey.
journey_response.tags
This object is not used or supported.
journey_response.timezone_estimation_methods[]
journey_response.wait_for_quiet_time
Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.