ActiveCampaign · JSON Structure

Activecampaign Sms Ai Broadcast Update Request Structure

AIBroadcastUpdateRequest schema from ActiveCampaign API

Type: object Properties: 4 Required: 4
Marketing AutomationEmail MarketingCRMSales AutomationCustomer Experience

AIBroadcastUpdateRequest is a JSON Structure definition published by ActiveCampaign, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

source prompt tone broadcastId

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-update-request-structure.json",
  "name": "AIBroadcastUpdateRequest",
  "description": "AIBroadcastUpdateRequest schema from ActiveCampaign API",
  "type": "object",
  "properties": {
    "source": {
      "type": "string",
      "enum": [
        "ai_index",
        "sms_index",
        "ai_builder"
      ]
    },
    "prompt": {
      "type": "string"
    },
    "tone": {
      "type": "string"
    },
    "broadcastId": {
      "type": "int32"
    }
  },
  "required": [
    "source",
    "prompt",
    "tone",
    "broadcastId"
  ]
}