provider Files POST /files/remoteLink
@utdk/pipedrive /files/remoteLink
Link a remote file to an item
Links an existing remote file (`googledrive`) to the item you supply. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-remote-file" target="_blank" rel="noopener noreferrer">adding a remote file</a>.

Try it

Authentication
Configure credentials for Pipedrive API v1
linkfiletoitem
POST/files/remoteLink
Links an existing remote file (`googledrive`) to the item you supply. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-remote-file" target="_blank" rel="noopener noreferrer">adding a remote file</a>.

Input

required

The item type

required

The ID of the item to associate the file with

required

The remote item ID

required

The location type to send the file to. Only `googledrive` is supported at the moment.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.linkfiletoitem()