latestOpenAPI 3.1.02026-08-153864115.7 MB
c301132dbfd7
Recommended Actions
Retrieve Recommended Action
Retrieves a recommended action chain by id, including chains that have already been run. Seeded chains are reconstructed from their preset; generated chains are read from the account's stored chain, with each step's filled-in input.
get/recommended_actions/{id}
Response
generated chain retrieved
Example response
{
"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"
}