RelativityOne · Capability

RelativityOne Legal Hold API — Communications

RelativityOne Legal Hold API — Communications. 1 operations. Lead operation: Create Legal Hold Communication. Self-contained Naftiko capability covering one Relativityone business surface.

Run with Naftiko RelativityoneCommunications

What You Can Do

POST
Createlegalholdcommunication — Create Legal Hold Communication
/v1/relativity-environment/v1/workspaces/{workspaceid}/legal-hold/projects/{projectid}/communications

MCP Tools

create-legal-hold-communication

Create Legal Hold Communication

Capability Spec

legal-hold-communications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RelativityOne Legal Hold API — Communications
  description: 'RelativityOne Legal Hold API — Communications. 1 operations. Lead operation: Create Legal Hold Communication.
    Self-contained Naftiko capability covering one Relativityone business surface.'
  tags:
  - Relativityone
  - Communications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RELATIVITYONE_API_KEY: RELATIVITYONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: legal-hold-communications
    baseUri: https://relativity.rest/api
    description: RelativityOne Legal Hold API — Communications business capability. Self-contained, no shared references.
    resources:
    - name: relativity-environment-v1-workspaces-workspaceId-legal-hold-projects-projectId-c
      path: /relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects/{projectId}/communications
      operations:
      - name: createlegalholdcommunication
        method: POST
        description: Create Legal Hold Communication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspaceId
          in: path
          type: integer
          description: The artifact ID of the workspace.
          required: true
        - name: projectId
          in: path
          type: integer
          description: The artifact ID of the legal hold project.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.RELATIVITYONE_API_KEY}}'
  exposes:
  - type: rest
    namespace: legal-hold-communications-rest
    port: 8080
    description: REST adapter for RelativityOne Legal Hold API — Communications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/relativity-environment/v1/workspaces/{workspaceid}/legal-hold/projects/{projectid}/communications
      name: relativity-environment-v1-workspaces-workspaceid-legal-hold-projects-projectid-c
      description: REST surface for relativity-environment-v1-workspaces-workspaceId-legal-hold-projects-projectId-c.
      operations:
      - method: POST
        name: createlegalholdcommunication
        description: Create Legal Hold Communication
        call: legal-hold-communications.createlegalholdcommunication
        with:
          workspaceId: rest.workspaceId
          projectId: rest.projectId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: legal-hold-communications-mcp
    port: 9090
    transport: http
    description: MCP adapter for RelativityOne Legal Hold API — Communications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-legal-hold-communication
      description: Create Legal Hold Communication
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: legal-hold-communications.createlegalholdcommunication
      with:
        workspaceId: tools.workspaceId
        projectId: tools.projectId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.