Klaviyo · Schema

InternalScheduledReportData

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
service_method_type string
report_id string
View JSON Schema on GitHub

JSON Schema

klaviyo-internalscheduledreportdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InternalScheduledReportData",
  "title": "InternalScheduledReportData",
  "type": "object",
  "properties": {
    "service_method_type": {
      "type": "string",
      "enum": [
        "schedule-report"
      ]
    },
    "report_id": {
      "type": "string"
    }
  },
  "required": [
    "service_method_type",
    "report_id"
  ]
}