openapi: 3.0.0 info: title: LeanData BookIt 🗓️ Availability 🗓️ Availability Matching API description: Programmatic scheduling, availability lookup, and meeting management for the LeanData BookIt scheduling product. Power custom UIs with server-to-server access to availability, round-robin, and meeting CRUD. version: 1.0.0 servers: - url: https://api.leandata.com tags: - name: Matching paths: /services/apexrest/LeanData/LeanDataAPI: post: tags: - Matching summary: One Time Routing description: '

Purpose: Runs one-time routing via a specified graph on a set of standard objects (Lead, Contact, Account, Opportunity, Case) based on SOQL query

Required Body Params:

Optional Body Params:

Available in version 1.500+ of LeanData

' requestBody: content: application/json: schema: type: object example: requesterName: LeanData apiType: routing operation: oneTime version: '2' objectType: Lead condition: Title ='CEO' graphName: Test Routing Api notificationsDisabled: false sendEmail: true nodeType: Update Trigger edgeName: Lead is MQL parameters: - name: Authorization in: header schema: type: string example: Bearer {{sessionid}} - name: Content-Type in: header schema: type: string example: application/json responses: '200': description: Successful response content: application/json: {}