Invoke a pending action
Invoke a named action on the paused node addressed by handle. Requires
the cases:callback scope.
A pending action is a side effect on the paused node — it returns
data and leaves the node paused (unlike a callback, which resolves the
node). Typical uses: re-mint an expiring token or verification link, or
push applicant data to the provider. The body is { "params": { ... } };
an empty body is valid for actions that take no parameters.
Authorizations
A tenant-scoped API key provisioned by Frayme.
Path Parameters
The opaque pendingHandle for the paused node.
The action id to invoke (from availableActions).
Body
An empty body is valid for actions that take no parameters.
Action-specific parameters. See the provider's page.
Response
Action performed; output carries its result.
Action-specific output fields.