/recollection-case/{recollection_case_id}/actions

Add a recollection action to a case

Record an action on an existing recollection case: either to log an action taken (the due date
can be today) or to assign a task for a teammate to handle. The action needs a name and a due
date; the description is optional.
The author is taken from your identity. Provide assignee (an agent email) to assign the mirrored
HubSpot task to that person; when the email matches a HubSpot owner the task is assigned to them,
otherwise the task is created unassigned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required

Name of the action to be done

string | null
Defaults to null

Email of the agent the action is assigned to; resolved to a HubSpot owner when it matches, otherwise the task is left unassigned

date-time
required

Date when the action must be done

string | null
Defaults to null

free description allowing agent to add some context and details

Headers
uuid
required

UUID of an approved governance Decision whose planned_operations list this endpoint together with the exact request payload. The matching planned step must not yet have been executed. Planned operations may contain {{step.<n>.json.<path>}} references to earlier steps' responses: the gate resolves them against the recorded outputs before matching, so send the RESOLVED body and fire steps in order — a step whose references are not yet resolvable cannot match. Required for MCP callers; HumanReviewer callers bypass the gate by default.

Responses

400

Missing X-Decision-Id header or value is not a valid UUID.

403

Decision is not approved, the calling identity does not match the proposer, no planned operation matches this endpoint + payload, the matching step has already been executed, or the caller is not a recognised proposing Operator.

404

No Decision exists for the supplied X-Decision-Id.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*