Klaviyo · Schema

ProfileUpsertQuery

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

klaviyo-profileupsertquery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileUpsertQuery",
  "title": "ProfileUpsertQuery",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/ProfileUpsertQueryResourceObject"
    }
  },
  "required": [
    "data"
  ]
}