get_campaign_recipient_estimation
Retrieve estimated recipient counts for Klaviyo campaigns by specifying the campaign ID. This tool simplifies audience size assessment for effective campaign planning.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the campaign to retrieve recipient estimations for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "ID of the campaign to retrieve recipient estimations for",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}