ActiveCampaign · JSON Structure

Activecampaign Sms Ai Broadcast Response Structure

AIBroadcastResponse schema from ActiveCampaign API

Type: object Properties: 1
Marketing AutomationEmail MarketingCRMSales AutomationCustomer Experience

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

Properties

requestId

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-ai-broadcast-response-structure.json",
  "name": "AIBroadcastResponse",
  "description": "AIBroadcastResponse schema from ActiveCampaign API",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "External identifier to track the request"
    }
  }
}