website logo
Go To WebsiteAppexchange
Home
Salesforce
HubSpot
Web App
API Reference
Navigate through spaces
⌘K
Table Of Contents
Quick Starts
Features
Widgets
Flow Actions
Flow Templates
Platform Events
Tutorials
How to make existing Salesforce records work with CloudFiles
Copy Salesforce files to SharePoint
Apex
FAQs
Support
Docs powered by archbee 

File Uploaded Event

Overview

This event is published when a file is uploaded through the CloudFiles widget on a record page in Salesforce. This event should not be confused with Salesforce File Attached Event, which is published when a file is uploaded to Salesforce native storage, through "Files" or "Notes & Attachments" section

Event Type

Please use file-uploaded as the type filter when selecting this event in the decision element in flow builder

Fields

  1. Id - External Id of the file
  2. DriveId - Id of the drive in case of SharePoint or Google Drive storage
  3. Library - One of sharepoint, google, onedrive, box, dropbox, cloudfiles
  4. RecordId - Id of the Salesforce record where the file is uploaded
  5. Name - Name of the uploaded file

Use Cases

  1. If the uploaded file name contains the word "Proposal" in it, update the opportunity stage to "Value proposition"






Updated 20 Apr 2023
PREVIOUS
Folder Created Event
NEXT
Resource Updated Event
Docs powered by archbee 
TABLE OF CONTENTS
Overview
Event Type
Fields
Use Cases