Looking for a way to auto-create a Box Case folder from Salesforce if the Case has attachments.
I would also like to add those attachments to the Case folder.
I see the createFileFromAttachments and the createFolderForRecordId in the boxToolkit, just looking if anyone has done this already.
We frequently have multiple attachments on our Cases, so I was hoping to maximize efficiency by removing the download and upload steps that we typically have to do in Salesforce.
Any help would be appreciated.
I am just getting started with Salesforce Triggers and Apex, but I have been able to successfully create Account folders and sub-folders in Box when new Accounts are added via a trigger and apex.