The Runchat API allows you to run Runchats on arbitrary schedules, post data to Webhook nodes or trigger a workflow by providing inputs to specific parameters.
GET
method on the Run
endpoint.
If the Runchat contains a webhook
node, the entire JSON body of a POST
request to the Run
endpoint will be set as the input to that node.
This allows you to trigger runchats without first defining a specific input schema.
To assign data to specific input parameters, first use the Schema
endpoint to retrieve an array of published parameter IDs.
You can then map over input parameter IDs to create the required inputs array for the Run
endpoint.