RuleEntry: { assignedTo?: string | null; assignedToType?: string | null; booleanFilter?: string | null; businessHours?: string | null; businessHoursSource?: string | null; criteriaItems: FilterItem[]; disableEscalationWhenModified?: boolean | null; escalationAction: EscalationAction[]; escalationStartTime?: string | null; formula?: string | null; notifyCcRecipients?: boolean | null; overrideExistingTeams?: boolean | null; replyToEmail?: string | null; senderEmail?: string | null; senderName?: string | null; team: string[]; template?: string | null; } Type declaration
Optional assignedTo?: string | null
Optional assignedToType?: string | null
Optional booleanFilter?: string | null
Optional businessHours?: string | null
Optional businessHoursSource?: string | null
Optional disableEscalationWhenModified?: boolean | null
Optional escalationStartTime?: string | null
Optional formula?: string | null
Optional notifyCcRecipients?: boolean | null
Optional overrideExistingTeams?: boolean | null
Optional replyToEmail?: string | null
Optional senderEmail?: string | null
Optional senderName?: string | null
team: string[]
Optional template?: string | null