Skip to main content
POST
Invoke a pending action

Authorizations

X-API-Key
string
header
required

A tenant-scoped API key provisioned by Frayme.

Path Parameters

handle
string
required

The opaque pendingHandle for the paused node.

actionId
string
required

The action id to invoke (from availableActions).

Body

application/json

An empty body is valid for actions that take no parameters.

params
object

Action-specific parameters. See the provider's page.

Response

Action performed; output carries its result.

output
object

Action-specific output fields.