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

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 googledrive is supported at the moment.

Possible values:

  • "googledrive"
remote_id String Yes

The remote item ID

item_type String Yes

The item type

Possible values:

  • "organization"
  • "deal"
  • "person"
item_id Integer Yes

The ID of the item to associate the file with

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.