Sharepoint
Compartilhar e gerenciar conteúdo, conhecimento e aplicações para capacitar o trabalho em equipe, encontrar informações rapidamente e colaborar de forma integrada em toda a organização.
Comece grátisCategoria
Compatível com
IA Compatível
Ferramentas
Criar Pasta
Crie uma nova pasta no SharePoint. Veja a documentação
Criar Item
Crie um novo item no Microsoft Sharepoint. Veja a documentação
Criar Link
Criar um link de compartilhamento para um DriveItem. Veja a documentação
Criar Lista
Crie uma nova lista no Microsoft SharePoint. Consulte a documentação
Baixar Arquivo
Baixe um arquivo do Microsoft SharePoint para o diretório /tmp. Consulte a documentação Retorne apenas o texto traduzido, sem explicações.
Download Files
Browse and select files from SharePoint and get their metadata along with pre-authenticated download URLs (valid ~1 hour). See the documentation
Localizar Arquivo por Nome
Pesquise um arquivo ou pasta pelo nome. Consulte a documentação
Find Files in List with Metadata
Search and filter items in a SharePoint list based on metadata and custom columns. See docs here
Get Current User
Returns the authenticated Microsoft user's ID, display name, email, and principal name via Microsoft Graph. Call this first when the user says 'my files', 'my documents', or needs identity context. Use the returned id to identify file ownership in **List Files in Folder** or **Find File by Name** results. See the documentation.
Obter Tabela do Excel
Recupere uma tabela de uma planilha do Excel armazenada no SharePoint Veja a documentação
Obter Arquivo por ID
Recupera um arquivo pelo ID. Consulte a documentação
Get File Contents
Retrieves a Microsoft SharePoint file and returns its contents as extracted plain text or markdown. Supports plain text formats, HTML, DOCX, PDF, and other Office documents convertible to PDF (xlsx, pptx, etc.). See the documentation
Get Site
Retrieve a site by its identifier. This is a direct path/ID lookup, so it's immediately consistent and returns newly created sites without indexing delay. Use this when you know the site path; for discovery, use **Search Sites** or **List Sites**. See the documentation
List Drives
List the drives available within a Microsoft Sharepoint site. See the documentation
Listar Arquivos na Pasta
Recupera uma lista dos arquivos e/ou pastas contidos diretamente dentro de uma pasta. Consulte a documentação
List Sites
List sites across the tenant. Backed by the SharePoint Search index and **eventually consistent** — newly created sites may not appear until indexing catches up. To resolve a known site by path, prefer **Get Site** for an immediate lookup. See the documentation
Retrieve File Metadata
Browse and select files from SharePoint to retrieve their metadata (name, size, dates, etc.) without download URLs. See the documentation
Search and Filter Files
Search and filter SharePoint files based on metadata and custom columns. This action allows you to query files using SharePoint's custom properties, managed metadata, and other column values. See the documentation
Search Files
Search for files across the tenant. Supports KQL via the optional query template.
Backed by the Microsoft Search index and **eventually consistent** — newly created or modified files may not appear until indexing catches up.
**For immediate, deterministic results, prefer:**
- **Get File by ID** when the ID is known
- **List Files in Folder** for path-based listing
- **Search and Filter Files** for OData $filter against a document library
See the documentation
Search Sites
Search for sites across the tenant. This is a free-text search across multiple site properties — *not* an exact slug match. Backed by the SharePoint Search index and **eventually consistent**, so newly created or renamed sites may not appear until indexing catches up. To resolve a known site by path, prefer **Get Site** for an immediate, exact lookup. See the documentation
Select Files
A file picker action that allows browsing and selecting one or more files from SharePoint. Returns the selected files' metadata including pre-authenticated download URLs. See the documentation
Atualizar Item
Atualiza um item existente no Microsoft SharePoint. Veja a documentação
Carregar Arquivo
Faça upload de um arquivo para o OneDrive. Veja a documentação