Pipedrive · Capability
Pipedrive API v1 — Files
Pipedrive API v1 — Files. 8 operations. Lead operation: Get all files. Self-contained Naftiko capability covering one Pipedrive business surface.
What You Can Do
GET
Getfiles
— Get all files
/v1/files
POST
Addfile
— Add file
/v1/files
POST
Addfileandlinkit
— Create a remote file and link it to an item
/v1/files/remote
POST
Linkfiletoitem
— Link a remote file to an item
/v1/files/remotelink
DELETE
Deletefile
— Delete a file
/v1/files/{id}
GET
Getfile
— Get one file
/v1/files/{id}
PUT
Updatefile
— Update file details
/v1/files/{id}
GET
Downloadfile
— Download one file
/v1/files/{id}/download
MCP Tools
get-all-files
Get all files
read-only
idempotent
add-file
Add file
create-remote-file-and-link
Create a remote file and link it to an item
link-remote-file-item
Link a remote file to an item
delete-file
Delete a file
idempotent
get-one-file
Get one file
read-only
idempotent
update-file-details
Update file details
idempotent
download-one-file
Download one file
read-only
idempotent