AccountGovernanceInfo Object
Customer-facing view of the account's deliverability governance state (monitoring / probation ramp-up). Read-only.
Fields
#
effectiveDailyCap
Effective daily cap right now = MIN(dailySendCap, warmupCurve[currentStep]). Null when not on probation.
isMonitored
Account is being monitored for deliverability. No send restrictions apply.
isProbation
Account is on probation. Daily send limits and engagement requirements may apply.
remainingSendsToday
Sends still allowed today under the effective daily cap (effectiveDailyCap minus sends already used today). Null when not on probation or no cap applies. Read from the shared daily-send counter in Redis — no database query.
requireEngagementFilter
Whether campaigns must target engaged contacts while on probation.
Usages
#
References
#
- Field governance from Account
AccountGovernanceFilterInput
AccountHoldStatus
