Inputs
SelectItem
Output
Type:Dict
Returns the created promoted account record.
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.
Promotes an X account in a FOLLOWERS ad group (product type PROMOTED_ACCOUNT), creating a follower ad
| App | X Ads |
| Operation ID | x_ads_create_follower_ad |
| Type | Action |
| Connection | x_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 X Ads account that owns the ad group. |
ad_group_id | string or SelectItem | Yes | - | Ad group (line item) to promote the account in. Must belong to a FOLLOWERS campaign with product type PROMOTED_ACCOUNT (see x_ads_create_ad_group). |
user_id | string | No | - | Numeric X user id of the account to promote. Defaults to the connected user’s account. |
| 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 created promoted account record.
Fields: dynamic (depend on the inputs)