Unified.to · Capability

Unified.to API — crm

Unified.to API — crm. 36 operations. Lead operation: List All Companies. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Tocrm

What You Can Do

GET
Listcrmcompanies — List All Companies
/v1/crm/{connection-id}/company
POST
Createcrmcompany — Create a Company
/v1/crm/{connection-id}/company
DELETE
Removecrmcompany — Remove a Company
/v1/crm/{connection-id}/company/{id}
GET
Getcrmcompany — Retrieve a Company
/v1/crm/{connection-id}/company/{id}
PATCH
Patchcrmcompany — Update a Company
/v1/crm/{connection-id}/company/{id}
PUT
Updatecrmcompany — Update a Company
/v1/crm/{connection-id}/company/{id}
GET
Listcrmcontacts — List All Contacts
/v1/crm/{connection-id}/contact
POST
Createcrmcontact — Create a Contact
/v1/crm/{connection-id}/contact
DELETE
Removecrmcontact — Remove a Contact
/v1/crm/{connection-id}/contact/{id}
GET
Getcrmcontact — Retrieve a Contact
/v1/crm/{connection-id}/contact/{id}
PATCH
Patchcrmcontact — Update a Contact
/v1/crm/{connection-id}/contact/{id}
PUT
Updatecrmcontact — Update a Contact
/v1/crm/{connection-id}/contact/{id}
GET
Listcrmdeals — List All Deals
/v1/crm/{connection-id}/deal
POST
Createcrmdeal — Create a Deal
/v1/crm/{connection-id}/deal
DELETE
Removecrmdeal — Remove a Deal
/v1/crm/{connection-id}/deal/{id}
GET
Getcrmdeal — Retrieve a Deal
/v1/crm/{connection-id}/deal/{id}
PATCH
Patchcrmdeal — Update a Deal
/v1/crm/{connection-id}/deal/{id}
PUT
Updatecrmdeal — Update a Deal
/v1/crm/{connection-id}/deal/{id}
GET
Listcrmevents — List All Events
/v1/crm/{connection-id}/event
POST
Createcrmevent — Create an Event
/v1/crm/{connection-id}/event
DELETE
Removecrmevent — Remove an Event
/v1/crm/{connection-id}/event/{id}
GET
Getcrmevent — Retrieve an Event
/v1/crm/{connection-id}/event/{id}
PATCH
Patchcrmevent — Update an Event
/v1/crm/{connection-id}/event/{id}
PUT
Updatecrmevent — Update an Event
/v1/crm/{connection-id}/event/{id}
GET
Listcrmleads — List All Leads
/v1/crm/{connection-id}/lead
POST
Createcrmlead — Create a Lead
/v1/crm/{connection-id}/lead
DELETE
Removecrmlead — Remove a Lead
/v1/crm/{connection-id}/lead/{id}
GET
Getcrmlead — Retrieve a Lead
/v1/crm/{connection-id}/lead/{id}
PATCH
Patchcrmlead — Update a Lead
/v1/crm/{connection-id}/lead/{id}
PUT
Updatecrmlead — Update a Lead
/v1/crm/{connection-id}/lead/{id}
GET
Listcrmpipelines — List All Pipelines
/v1/crm/{connection-id}/pipeline
POST
Createcrmpipeline — Create a Pipeline
/v1/crm/{connection-id}/pipeline
DELETE
Removecrmpipeline — Remove a Pipeline
/v1/crm/{connection-id}/pipeline/{id}
GET
Getcrmpipeline — Retrieve a Pipeline
/v1/crm/{connection-id}/pipeline/{id}
PATCH
Patchcrmpipeline — Update a Pipeline
/v1/crm/{connection-id}/pipeline/{id}
PUT
Updatecrmpipeline — Update a Pipeline
/v1/crm/{connection-id}/pipeline/{id}

MCP Tools

list-all-companies

List All Companies

read-only idempotent
create-company

Create a Company

remove-company

Remove a Company

idempotent
retrieve-company

Retrieve a Company

read-only idempotent
update-company

Update a Company

idempotent
update-company-2

Update a Company

idempotent
list-all-contacts

List All Contacts

read-only idempotent
create-contact

Create a Contact

remove-contact

Remove a Contact

idempotent
retrieve-contact

Retrieve a Contact

read-only idempotent
update-contact

Update a Contact

idempotent
update-contact-2

Update a Contact

idempotent
list-all-deals

List All Deals

read-only idempotent
create-deal

Create a Deal

remove-deal

Remove a Deal

idempotent
retrieve-deal

Retrieve a Deal

read-only idempotent
update-deal

Update a Deal

idempotent
update-deal-2

Update a Deal

idempotent
list-all-events

List All Events

read-only idempotent
create-event

Create an Event

remove-event

Remove an Event

idempotent
retrieve-event

Retrieve an Event

read-only idempotent
update-event

Update an Event

idempotent
update-event-2

Update an Event

idempotent
list-all-leads

List All Leads

read-only idempotent
create-lead

Create a Lead

remove-lead

Remove a Lead

idempotent
retrieve-lead

Retrieve a Lead

read-only idempotent
update-lead

Update a Lead

idempotent
update-lead-2

Update a Lead

idempotent
list-all-pipelines

List All Pipelines

read-only idempotent
create-pipeline

Create a Pipeline

remove-pipeline

Remove a Pipeline

idempotent
retrieve-pipeline

Retrieve a Pipeline

read-only idempotent
update-pipeline

Update a Pipeline

idempotent
update-pipeline-2

Update a Pipeline

idempotent

Capability Spec

full-crm.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — crm
  description: 'Unified.to  API — crm. 36 operations. Lead operation: List All Companies. Self-contained Naftiko capability
    covering one Unified To business surface.'
  tags:
  - Unified To
  - crm
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: full-crm
    baseUri: https://api.unified.to
    description: Unified.to  API — crm business capability. Self-contained, no shared references.
    resources:
    - name: crm-connection_id-company
      path: /crm/{connection_id}/company
      operations:
      - name: listcrmcompanies
        method: GET
        description: List All Companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: deal_id
          in: query
          type: string
          description: The deal ID to filter by (reference to CrmDeal)
        - name: contact_id
          in: query
          type: string
          description: The contact ID to filter by (reference to CrmContact)
        - name: user_id
          in: query
          type: string
          description: The user/employee ID to filter by (reference to HrisEmployee)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createcrmcompany
        method: POST
        description: Create a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-company-id
      path: /crm/{connection_id}/company/{id}
      operations:
      - name: removecrmcompany
        method: DELETE
        description: Remove a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: getcrmcompany
        method: GET
        description: Retrieve a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: patchcrmcompany
        method: PATCH
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecrmcompany
        method: PUT
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-contact
      path: /crm/{connection_id}/contact
      operations:
      - name: listcrmcontacts
        method: GET
        description: List All Contacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: company_id
          in: query
          type: string
          description: The company ID to filter by (reference to CrmCompany)
        - name: deal_id
          in: query
          type: string
          description: The deal ID to filter by (reference to CrmDeal)
        - name: user_id
          in: query
          type: string
          description: The user/employee ID to filter by (reference to HrisEmployee)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createcrmcontact
        method: POST
        description: Create a Contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-contact-id
      path: /crm/{connection_id}/contact/{id}
      operations:
      - name: removecrmcontact
        method: DELETE
        description: Remove a Contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Contact
          required: true
      - name: getcrmcontact
        method: GET
        description: Retrieve a Contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Contact
          required: true
      - name: patchcrmcontact
        method: PATCH
        description: Update a Contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Contact
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecrmcontact
        method: PUT
        description: Update a Contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Contact
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-deal
      path: /crm/{connection_id}/deal
      operations:
      - name: listcrmdeals
        method: GET
        description: List All Deals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: company_id
          in: query
          type: string
          description: The company ID to filter by (reference to CrmCompany)
        - name: contact_id
          in: query
          type: string
          description: The contact ID to filter by (reference to CrmContact)
        - name: user_id
          in: query
          type: string
          description: The user/employee ID to filter by (reference to HrisEmployee)
        - name: pipeline_id
          in: query
          type: string
          description: The pipeline ID to filter by
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createcrmdeal
        method: POST
        description: Create a Deal
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-deal-id
      path: /crm/{connection_id}/deal/{id}
      operations:
      - name: removecrmdeal
        method: DELETE
        description: Remove a Deal
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Deal
          required: true
      - name: getcrmdeal
        method: GET
        description: Retrieve a Deal
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Deal
          required: true
      - name: patchcrmdeal
        method: PATCH
        description: Update a Deal
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Deal
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecrmdeal
        method: PUT
        description: Update a Deal
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Deal
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-event
      path: /crm/{connection_id}/event
      operations:
      - name: listcrmevents
        method: GET
        description: List All Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: deal_id
          in: query
          type: string
          description: The deal ID to filter by (reference to CrmDeal)
        - name: contact_id
          in: query
          type: string
          description: The contact ID to filter by (reference to CrmContact)
        - name: company_id
          in: query
          type: string
          description: The company ID to filter by (reference to CrmCompany)
        - name: user_id
          in: query
          type: string
          description: The user/employee ID to filter by (reference to HrisEmployee)
        - name: type
          in: query
          type: string
        - name: lead_id
          in: query
          type: string
          description: The CRM lead ID to filter by (reference to CrmLead)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createcrmevent
        method: POST
        description: Create an Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-event-id
      path: /crm/{connection_id}/event/{id}
      operations:
      - name: removecrmevent
        method: DELETE
        description: Remove an Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Event
          required: true
      - name: getcrmevent
        method: GET
        description: Retrieve an Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Event
          required: true
      - name: patchcrmevent
        method: PATCH
        description: Update an Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Event
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecrmevent
        method: PUT
        description: Update an Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Event
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-lead
      path: /crm/{connection_id}/lead
      operations:
      - name: listcrmleads
        method: GET
        description: List All Leads
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: company_id
          in: query
          type: string
          description: The company ID to filter by (reference to CrmCompany)
        - name: contact_id
          in: query
          type: string
          description: The contact ID to filter by (reference to CrmContact)
        - name: user_id
          in: query
          type: string
          description: The user/employee ID to filter by (reference to HrisEmployee)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createcrmlead
        method: POST
        description: Create a Lead
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-lead-id
      path: /crm/{connection_id}/lead/{id}
      operations:
      - name: removecrmlead
        method: DELETE
        description: Remove a Lead
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Lead
          required: true
      - name: getcrmlead
        method: GET
        description: Retrieve a Lead
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Lead
          required: true
      - name: patchcrmlead
        method: PATCH
        description: Update a Lead
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Lead
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecrmlead
        method: PUT
        description: Update a Lead
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Lead
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-pipeline
      path: /crm/{connection_id}/pipeline
      operations:
      - name: listcrmpipelines
        method: GET
        description: List All Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email 

# --- truncated at 32 KB (67 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/unified-to/refs/heads/main/capabilities/full-crm.yaml