Mailchimp · JSON Structure

Mailchimp Transactional Webhook Info Structure

Type: object Properties: 10
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

WebhookInfo is a JSON Structure definition published by Mailchimp, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id url description auth_key events created_at last_sent_at batches_sent events_sent last_error

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebhookInfo",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "auth_key": {
      "type": "string"
    },
    "events": {
      "type": "array"
    },
    "created_at": {
      "type": "string"
    },
    "last_sent_at": {
      "type": "string"
    },
    "batches_sent": {
      "type": "integer"
    },
    "events_sent": {
      "type": "integer"
    },
    "last_error": {
      "type": "string"
    }
  }
}