Klaviyo · Schema

CampaignRecipientEstimationJobCreateQueryResourceObject

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type object
id string The ID of the campaign to perform recipient estimation
View JSON Schema on GitHub

JSON Schema

klaviyo-campaignrecipientestimationjobcreatequeryresourceobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CampaignRecipientEstimationJobCreateQueryResourceObject",
  "title": "CampaignRecipientEstimationJobCreateQueryResourceObject",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/CampaignRecipientEstimationJobEnum"
    },
    "id": {
      "description": "The ID of the campaign to perform recipient estimation",
      "type": "string"
    }
  },
  "required": [
    "type",
    "id"
  ]
}