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

descriptionstring required

What running the chain accomplishes

idstring required

Chain ID — rac_seed_<preset>_<nonce> for seeded chains, rac_chain_* for generated ones

reasoningobject nullable required

Why the generator proposed this chain, or null for seeded chains

titlestring required

Headline for the chain

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"
}