GET Get SMS Campaign Recipients Count​
GET
/sms/campaigns/{id}/estimated-recipients-count
Get the estimated number of recipients for an SMS campaign. For campaigns in draft, processing, or pending-scheduled status, a live count is computed from the subscriber model. For other statuses, the stored recipients_count is returned. PRO (requires FluentCampaign Pro SMS module).
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
SMS campaign ID.
Type
Requiredinteger
Responses​
Estimated recipients count.
application/json
JSON
{
"estimated_count": 0
}