Executes a Runchat flow by creating a new instance or continuing an existing one. Requires input data matching the flow’s API inputs or a webhook structure.
Bearer token authentication using Runchat API key. API keys can be created from the account menu
The unique identifier for the Runchat flow.
Input data for the Runchat execution. Provide runchat_instance_id
to continue an existing execution. The inputs
object structure should match the parameters defined in the Runchat API schema, keyed by paramId_nodeId
. Alternatively, send raw data for webhook-triggered flows.
Request body for executing a Runchat flow.
Successful execution of the Runchat flow.
The response is of type object
.