Report the outcome of an action previously started via /cues/{cue_id}/resolve. Requires the same signed secret used to start it. The action must still be active — otherwise a 404 is returned.
state=success marks the action as completed; it will no longer appear in the originating resource’s actions list on subsequent reads.state=fail records the failure but leaves the action available, so the caller can retry by calling /resolve again.Documentation Index
Fetch the complete documentation index at: https://developers.podero.com/llms.txt
Use this file to discover all available pages before exploring further.
The action's ID
Signed secret authorising the caller for this action
Outcome of the action: success marks it completed, fail records a failure and leaves it available to retry.
success, fail Optional free-form payload forwarded to the action handler (e.g. provider-specific result data).
Optional caller location metadata recorded alongside the outcome event.
Optional caller client metadata (user-agent, device, etc.) recorded alongside the outcome event.
OK
ID of the action whose outcome was recorded.