Upload a new Microsoft Word document. Note: It can take 30-60 seconds for uploaded documents to be indexed and visible via search or list operations.Parameters:
Parameter
Type
Required
Default
Description
filePath
string
Yes
—
Path where the document should be saved
content
string
Yes
—
Document content as text
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID" }, "filePath": { "type": "string", "description": "Path where the document should be saved" }, "content": { "type": "string", "description": "Document content as text" } }, "required": [ "PCID", "filePath", "content" ]}
Search for Microsoft Word documents. Note: Newly uploaded documents may take 30-60 seconds to appear in search results due to indexing delays.Parameters: