ActiveCampaign · JSON Structure

Activecampaign Sms Broadcast List Structure

BroadcastList schema from ActiveCampaign API

Type: object Properties: 3
Marketing AutomationEmail MarketingCRMSales AutomationCustomer Experience

BroadcastList is a JSON Structure definition published by ActiveCampaign, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name subscriber_count

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/activecampaign/refs/heads/main/json-structure/activecampaign-sms-broadcast-list-structure.json",
  "name": "BroadcastList",
  "description": "BroadcastList schema from ActiveCampaign API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "subscriber_count": {
      "type": "int32"
    }
  }
}