Klaviyo · Schema

WebhookTopicResponseObjectResource

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type object
id string The ID of the webhook topic.
links object
View JSON Schema on GitHub

JSON Schema

klaviyo-webhooktopicresponseobjectresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebhookTopicResponseObjectResource",
  "title": "WebhookTopicResponseObjectResource",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/WebhookTopicEnum"
    },
    "id": {
      "description": "The ID of the webhook topic.",
      "type": "string",
      "example": "event:klaviyo.sent_sms"
    },
    "links": {
      "$ref": "#/components/schemas/ObjectLinks"
    }
  },
  "required": [
    "type",
    "id",
    "links"
  ]
}