Skip to main content
PATCH
Decide a Home Action

Authorizations

Authorization
string
header
required

DRF user token. Format: Token <token>

Path Parameters

id
string<uuid>
required

Query Parameters

organization_id
string<uuid>
required

Your organization UUID. Workspace endpoints are org-scoped — supply this as a query param (writes also accept it in the body). Find it via GET /auth/me/ → organizations[].id.

business_slug
string

Body

application/json
status
enum<string>
Available options:
accepted,
dismissed,
acted
payload
object
organization_id
string<uuid>
business_slug
string

Response

The updated Action

One Home Action. Identical item shape to GET /automation/recommendations/. summary is an alias of why. First-run rows have opportunity=null.

id
string<uuid>
title
string
why
string
summary
string
effect
enum<string>
Available options:
suggest_accept,
approve_only,
send,
publish,
schedule
action_label
string
effect_note
string
is_external
boolean
status
enum<string>
Available options:
pending,
viewed,
acted,
dismissed
payload
object
source_mode
string
created_at
string<date-time>
type
string
actions
object[]
editable
boolean
opportunity
object | null
artifacts
object[]