Skip to main content
POST
/
integrations
/
{kind}
/
tools
/
{tool}
/
resolve
Error
A valid request URL is required to generate request examples
{
  "data": {
    "selectedApi": "<string>",
    "action": "<string>",
    "toolName": "<string>",
    "isLoading": true,
    "inputSchema": {},
    "dynamicEnumValues": [
      {
        "value": "<string>",
        "label": "<string>"
      }
    ],
    "dynamicEnumNextCursor": "<string>",
    "needsParentPin": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Path Parameters

kind
enum<string>
required
Available options:
google_calendar,
google_sheets,
calendly,
hubspot,
square,
opentable,
shopify,
postgres,
mysql,
zapier
tool
string
required

The agentic action's collision-safe tool_name (the pin/freeze handle).

Body

application/json
selectedApi
string

The app's internal resolve handle (from GET …/tools; never shown to users).

action
string

The action key to resolve.

params
object

The parent pins materialized so far (e.g. spreadsheet → worksheet → lookup_column).

enumProperty
string

The dynamic-enum property to materialize options for this round.

Optional free-text filter for the dynamic-enum options.

enumCursor
string

Optional pagination cursor for the dynamic-enum options.

Response

The resolved action's closed-so-far schema + the materialized dynamic-enum options.

data
object