PredictiveSendConfig
Configuration for predictive send scheduling based on contact engagement profiles.
type PredictiveSendConfig {
fallback_behavior: PredictiveFallbackBehavior!
fallback_hour: Int!
fallback_send_window: SendWindow
min_confidence: Float!
min_event_count: Int!
use_best_day: Boolean!
use_contact_timezone: Boolean!
}
Fields
PredictiveSendConfig.fallback_behavior ● PredictiveFallbackBehavior! non-null enum
Fallback behavior when no profile exists or thresholds not met
PredictiveSendConfig.fallback_hour ● Int! non-null scalar
Fallback hour (0-23) used when fallback_behavior is CONFIGURED_HOUR
PredictiveSendConfig.fallback_send_window ● SendWindow object
Send window for SEND_WINDOW fallback behavior
PredictiveSendConfig.min_confidence ● Float! non-null scalar
Minimum confidence score required to use profile (0.0-1.0)
PredictiveSendConfig.min_event_count ● Int! non-null scalar
Minimum event count required to use profile
PredictiveSendConfig.use_best_day ● Boolean! non-null scalar
Whether to use best_day_of_week from profile (may delay up to 7 days)
PredictiveSendConfig.use_contact_timezone ● Boolean! non-null scalar
Whether to use contact's timezone in calculation
Member Of
ExecutionScheduleConfig object


