PredictiveSendConfigInput
Input for predictive send scheduling configuration.
input PredictiveSendConfigInput {
fallback_behavior: PredictiveFallbackBehavior
fallback_hour: Int
fallback_send_window: SendWindowInput
min_confidence: Float
min_event_count: Int
use_best_day: Boolean
use_contact_timezone: Boolean
}
Fields
PredictiveSendConfigInput.fallback_behavior ● PredictiveFallbackBehavior enum
Fallback behavior when no profile exists or thresholds not met
PredictiveSendConfigInput.fallback_hour ● Int scalar
Fallback hour (0-23) used when fallback_behavior is CONFIGURED_HOUR
PredictiveSendConfigInput.fallback_send_window ● SendWindowInput input
Send window for SEND_WINDOW fallback behavior
PredictiveSendConfigInput.min_confidence ● Float scalar
Minimum confidence score required to use profile (0.0-1.0)
PredictiveSendConfigInput.min_event_count ● Int scalar
Minimum event count required to use profile
PredictiveSendConfigInput.use_best_day ● Boolean scalar
Whether to use best_day_of_week from profile (may delay up to 7 days)
PredictiveSendConfigInput.use_contact_timezone ● Boolean scalar
Whether to use contact's timezone in calculation


