OpenAPI 3.1.02026-08-143874115.7 MB
a84d4905fdbb
Recommended Actions
List Recommended Actions
Lists the recommended action chains for an account — short sequences of actions (create a product, price it, publish it) the account should run next, gated on what it already has.
get/recommended_actions
Query parameters
account_idstring
Account ID, prefixed biz_. Defaults to the API key's own account.
Response
defaults to the API key's own account
Example response
{
"data": [
{
"actions": [
{
"action": "create_ad_xxxxxxxxxxxxxx",
"cta": "https://whop.com/dashboard/biz_xxxxxxxxxxxxxx/marketing/ads",
"cta_label": "Create campaign",
"description": "Pick a budget",
"input": {
"name": "Ceramic coating — Austin launch"
},
"reasoning": {
"summary": "Create the campaign shell first so ad groups have a parent."
},
"title": "Create a campaign"
}
],
"description": "Get your product in front of buyers",
"id": "rac_chain_xxxxxxxxxxxx",
"reasoning": {
"summary": "Shine Time has a connected Meta account but no active campaigns; a first campaign unlocks lead tracking."
},
"title": "Launch an ad campaign"
}
]
}