POST /files/remoteLink
Links an existing remote file (googledrive
) to the item you supply. For more information, see the tutorial for adding a remote file.
Servers
- https://api.pipedrive.com/v1
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
remote_location |
String | Yes |
The location type to send the file to. Only Possible values:
|
remote_id |
String | Yes |
The remote item ID |
item_type |
String | Yes |
The item type Possible values:
|
item_id |
Integer | Yes |
The ID of the item to associate the file with |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.