ActiveCampaign · JSON Structure

Activecampaign Sms Broadcast List Response Structure

BroadcastListResponse schema from ActiveCampaign API

Type: object Properties: 2
Marketing AutomationEmail MarketingCRMSales AutomationCustomer Experience

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

Properties

broadcasts meta

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-response-structure.json",
  "name": "BroadcastListResponse",
  "description": "BroadcastListResponse schema from ActiveCampaign API",
  "type": "object",
  "properties": {
    "broadcasts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BroadcastMessage"
      }
    },
    "meta": {
      "type": "object",
      "properties": {
        "total": {
          "type": "int32",
          "description": "Total number of broadcasts"
        }
      }
    }
  }
}