Magidoc

AccountGovernanceInfo
Object

Customer-facing view of the account's deliverability governance state (monitoring / probation ramp-up). Read-only.

Fields

#

dailySendCap

Configured daily send cap while on probation.

effectiveDailyCap

Effective daily cap right now = MIN(dailySendCap, warmupCurve[currentStep]). Null when not on probation.

engagementWindowDays

Engagement window (days) used by the engagement requirement.

isMonitored

Non-null

Account is being monitored for deliverability. No send restrictions apply.

isProbation

Non-null

Account is on probation. Daily send limits and engagement requirements may apply.

probationStartedUtc

Date/time probation began, if applicable.

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

Non-null

Whether campaigns must target engaged contacts while on probation.

reviewDueUtc

Suggested date the account's standing will be reviewed (informational only).

warmupCurrentStep

Current zero-based step within the warm-up curve.

warmupCurve

[Int !]

Warm-up curve — maximum sends per day, ramping up one step per clean day.

Usages

#

References

#