TurboFlowTest-run a single flow node

Test-run a single flow node

Run one node in isolation for debugging.

curl -X POST "https://api.talkturo.com/api/flow/example_string/test-run/node" \
  -H "Content-Type: application/json"
{}
POST
/flow/{flowId}/test-run/node
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (cookie: sb-access-token)
sb-access-tokenstring
Required

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.
Content-Typestring
Required

The media type of the request body

Options: application/json
No request body parameters defined
Request Preview
Response

Response will appear here after sending the request

Authentication

path
parameterstring
Required

API Key for authentication. Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Path Parameters

flowIdstring
Required

Flow identifier

Body

application/json
dataobject
Required

Raw application/json data

Responses

Node test run result