Inputs
SelectItem
Output
Type:Dict
Returns the updated fields and the PATCH payload applied.
Fields: campaign_id, updated_fields, endpoint, payload, dry_runDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Advanced: partially updates a Spotify campaign from a raw field payload; only provided fields change
| App | Spotify Ads |
| Operation ID | spotify_ads_update_campaign |
| Type | Action |
| Connection | spotify_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Spotify Ads account that owns the campaign. |
campaign_id | string or SelectItem | Yes | - | Spotify campaign ID to update. Do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | Campaign fields to update as a JSON object sent to the Spotify PATCH endpoint as-is; only the fields you include change. Editable fields per the Spotify docs: name (2-200 chars), purchase_order (2-45 chars), and status (ACTIVE, PAUSED, or ARCHIVED). Prefer the dedicated operations for plain changes: spotify_ads_update_campaign_status, spotify_ads_rename_campaign. Example: {“name”: “Q4 Awareness”, “status”: “PAUSED”} |
dry_run | boolean | No | False | When true, do not call Spotify. Return the resolved PATCH payload for review. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns the updated fields and the PATCH payload applied.
Fields: campaign_id, updated_fields, endpoint, payload, dry_run