24Files Platform Events
24Files supports one platform event: 24FileUploaded.
Whenever 24Files uploads a file to your SharePoint, a Platform Event is generated that can be used to trigger Flows.
The Platform Event returns:
Filename
Path = the URL of the file on SharePoint
RecordId.
As an example, you can use this platform event to write the SharePoint URL of the file to a record field whenever a file is uploaded.
In the example below, we write the SharePoint URL returned by the Platform Event to a field named SharePointURI__c on an account record.