---
title: "Run Recommended Action"
method: POST
path: "/recommended_actions/{chain_id}"
tags: ["Recommended Actions"]
---

# Run Recommended Action

`POST /recommended_actions/{chain_id}`

Records that the caller ran a recommended action chain. Nothing is executed server-side yet — the client follows the chain's step CTAs itself; this writes the `recommended_action_chain.executed` analytics event.

## Path parameters

- `chain_id` string, required

## Query parameters

- `account_id` string

## Headers

- `Idempotency-Key` string

## Response `200`

run recorded

- object
  - `chain_id` string, required
  - `execution` 'redirect' | 'executed', required

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/db0883548bc5/schema)
