Inputs
SelectItem
Output
Type:Dict
Returns the updated audience including id, name, description, type, subtype, status and size.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Renames a Spotify audience or changes its description
| App | Spotify Ads |
| Operation ID | spotify_ads_update_audience |
| 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 audience. |
audience_id | string or SelectItem | Yes | - | Audience to update. Get ids from spotify_ads_list_audiences. |
name | string | No | - | New audience name, 2 to 80 characters. |
description | string | No | - | New description, up to 80 characters. |
| 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 audience including id, name, description, type, subtype, status and size.
Fields: dynamic (depend on the inputs)