add_content_to_dsr

Name: add_content_to_dsr

Description: Adds a selected Seismic content to a chosen Digital Sales Room (DSR). Use this tool to add content at the bottom of an existing DSR. You MUST supply the dsrId and the contentVersionId. Guardrail: Page type content not supported.

Schema

{
  "type": "object",
  "properties": {
    "dsrId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 128,
      "description": "The unique engagement ID of the DSR."
    },
    "contentVersionId": {
      "type": "string",
      "minLength": 1,
      "nullable": false,
      "description": "The unique identifier of the content version to add to the DSR."
    },
    "systemId": {
      "type": "string",
      "description": "The system identifier for the CRM integration context."
    }
  },
  "required": [
    "dsrId",
    "contentVersionId"
  ]
}
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "id property of AgentEcosystemGatewayAPIAddContentToDSRAddContentToDSREndpoint_AddContentToDSRResponse."
    },
    "externalUrl": {
      "type": "string",
      "description": "externalUrl property of AgentEcosystemGatewayAPIAddContentToDSRAddContentToDSREndpoint_AddContentToDSRResponse."
    },
    "internalUrl": {
      "type": "string",
      "description": "internalUrl property of AgentEcosystemGatewayAPIAddContentToDSRAddContentToDSREndpoint_AddContentToDSRResponse."
    }
  },
  "required": []
}