Files can be saved to contact & company records.
Gets information about a single file. A link to the file will be returned as FileUrl
- this URL only lasts for 5 minutes after being generated.
The Id of the file you're trying to get.
Returns all files attached to a contact. This doesn't include files attached via a File Link custom field.
Adds a file to the CRM, attached to a contact. NOTE: This function requires using the multipart/form-data
content type to send a file with your request. This will change how your request is structured. Please see the sending files via the API page for more information on how to do this.
The ID of the contact or company the file will be attached to.
The file you're wanting to upload. This parameter needs to be passed in via multipart/form-data
, please see these docs for info how to do this properly.