Base
Webhook Run Flow
Run a flow using a webhook request.
Args: auth: Resolved webhook user and flow, scoped to the authenticated caller. request: The incoming HTTP request.
Returns: A dictionary containing the status of the task.
Raises: HTTPException: If the flow is not found or if there is an error processing the request.
post/api/v1/webhook/{flow_id_or_name}
Path parameters
flow_id_or_namestring required
Response
Successful Response
object required