crm-email

Get CRM email throttle configuration

Admin-only endpoint returning the current send-throttle configuration: the per-minute wave size, the single-wave threshold and the nightly quiet-hours window.

get/api/campaigns/throttle-config

Response

Successful Response

rate_per_minuteinteger required

Max emails dispatched per wave (once per minute) when throttled.

thresholdinteger required

At/below this audience size a campaign is sent in a single wave.

quiet_hours_startinteger required

Local hour (0-23) the nightly no-send window starts.

quiet_hours_endinteger required

Local hour (0-23) the nightly no-send window ends.

Changes

No recorded changes to this endpoint across all 1 revision of this API.