function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
paulkissickpaulkissick 

What's the best method to bulk upload files to Chatter Feeds on contacts?

I know it's possible to use the Bulk API to upload files to the Attachment object on records, but how would you bulk upload to Chatter Feeds on Contacts?

 

We have a load of attachments in our current system we need to upload to SF and attach to records, and then also search them, but it's just not possible to search attachment bodies using SOSL.


I've been able to search the ContentVersion object using SOSL, but not Attachment.


Can anyone shed some light on this for me? I need documents to be uploaded through a batch process to the Chatter (ContactFeed) on Contacts.


Thanks in advance.