autowhisper_confirm
Approve or decline a high-impact action the CMO or autowhisper_action asked you to confirm. Pass the message_id it gave you and decision "yes" or "no".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | "yes" to perform the action, "no" to decline. | |
| message_id | Yes | The message_id from the confirmation request. | |
| workspace_id | No | The workspace the confirmation lives in — pass the SAME one you used for autowhisper_cmo. Omitting it falls back to the account's first active workspace and 404s on a bubble that lives anywhere else. | |
| autowhisper_token | No | Optional: your AutoWhisper API token, for clients that cannot set an Authorization header. Takes precedence over the header. Never echoed back. |