POST Estimate Dynamic Segment Contacts​
POST
/dynamic-segments/estimated-contacts
Get the estimated number of contacts matching a set of segment filter conditions. Useful for previewing a segment before creating or updating it. Requires FluentCampaign Pro.
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)
Request Body​
application/json
JSON
{
"filters": {
"conditions": [
{
"field": "string",
"operator": "string",
"value": "string"
}
],
"condition_match": "string",
"email_activities": {
}
}
}
Responses​
Estimated contact count.
application/json
JSON
{
"count": 0
}