LeanData One Time Routing API
This section describes the endpoints used to trigger 1x Routing for creating a custom orchestration experience, as well as to retrieve the status of the resulting job. When invoked, the 1x Routing endpoint returns basic job metadata—including the jobId—which can be used to check the job’s status. orchestration/v1/one-time-routing — Use this endpoint to invoke 1x routing for a particular SFDC org orchestration/v1/one-time-routing/:jobId — Use this endpoint to retrieve the job status of a 1x routing for a particular SFDC org ❗️ Important: The API does not validate FlowBuilder graphs before triggering routing. If you invoke 1x Routing to an invalid or misconfigured graph, the request will still be processed—but routing will fail silently. No error response will be returned from the API.✅ To avoid unexpected behavior, please ensure the graph is valid and functioning as expected within the LeanData application before using it in API-triggered routing.