ExecutionScheduleConfig
No description
type ExecutionScheduleConfig {
business_hours_end: Int!
business_hours_start: Int!
days_delay: Int
delay_type: DelayType!
duration: Int
duration_unit: DurationUnit
fixed_timezone: String
predictive_config: PredictiveSendConfig
respect_business_hours: Boolean!
send_window: SendWindow
skip_weekends: Boolean!
specific_time: String
weekly_schedule: WeeklyScheduleConfig
}
Fields
ExecutionScheduleConfig.business_hours_end ● Int! non-null scalar
ExecutionScheduleConfig.business_hours_start ● Int! non-null scalar
ExecutionScheduleConfig.days_delay ● Int scalar
ExecutionScheduleConfig.delay_type ● DelayType! non-null enum
ExecutionScheduleConfig.duration ● Int scalar
ExecutionScheduleConfig.duration_unit ● DurationUnit enum
ExecutionScheduleConfig.fixed_timezone ● String scalar
ExecutionScheduleConfig.predictive_config ● PredictiveSendConfig object
Configuration for predictive send delay type
ExecutionScheduleConfig.respect_business_hours ● Boolean! non-null scalar
ExecutionScheduleConfig.send_window ● SendWindow object
ExecutionScheduleConfig.skip_weekends ● Boolean! non-null scalar
ExecutionScheduleConfig.specific_time ● String scalar
ExecutionScheduleConfig.weekly_schedule ● WeeklyScheduleConfig object
Configuration for weekly schedule delay type
Member Of
Workflow object ● WorkflowNode object


