Returns whether the organization’s daily SMS quota for the supplied date (derived from scheduledISO in the org’s timezone) has room for contactCount additional messages. When excludeCampaignId is supplied, that campaign’s current reservation on the date is excluded from the calculation (used when editing).
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UTC ISO timestamp the campaign is scheduled for. The org-local date is derived from this.
Number of contacts the campaign will message on the resolved date.
x >= 0When editing an existing campaign, excludes its current reservation on this date from the quota check.
Validation result returned
True when remaining quota >= contactCount (or when the org has unlimited quota).
Remaining SMS slots on the resolved date; null for unlimited plans.
Daily SMS cap for the org; null for unlimited plans.
Human-readable explanation populated only when available=false.