ActiveCampaign · JSON Structure

Activecampaign Sms Broadcast Update Request Structure

BroadcastUpdateRequest schema from ActiveCampaign API

Type: object Properties: 14
Marketing AutomationEmail MarketingCRMSales AutomationCustomer ExperienceSMS MarketingE-CommerceSegmentationWebhook

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

Properties

name address_id body media_urls preview_url shorten_track_links_enabled status scheduled_date sent_to_count list_ids segment_id custom_run_id custom_segment_id label_ids

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-update-request-structure.json",
  "name": "BroadcastUpdateRequest",
  "description": "BroadcastUpdateRequest schema from ActiveCampaign API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "address_id": {
      "type": "int32",
      "nullable": true
    },
    "body": {
      "type": "string"
    },
    "media_urls": {
      "type": "array",
      "items": {
        "type": "uri"
      }
    },
    "preview_url": {
      "type": "uri"
    },
    "shorten_track_links_enabled": {
      "type": "boolean"
    },
    "status": {
      "type": "string",
      "description": "Status of the broadcast. pending_review starts kicks off the broadcast to be sent",
      "enum": [
        "draft",
        "pending_review"
      ]
    },
    "scheduled_date": {
      "type": "datetime"
    },
    "sent_to_count": {
      "type": "int32"
    },
    "list_ids": {
      "type": "array",
      "items": {
        "type": "int32"
      }
    },
    "segment_id": {
      "type": "string"
    },
    "custom_run_id": {
      "type": "uuid",
      "description": "custom run id generated from segmentMatchSome endpoint and passing a valid segment id",
      "nullable": true
    },
    "custom_segment_id": {
      "type": "uuid",
      "description": "custom segment id generated from segmentsV2 endpoint and passing in a valid audience",
      "nullable": true
    },
    "label_ids": {
      "type": "array",
      "items": {
        "type": "int32"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/activecampaign-sms-broadcast-update-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.