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
Slava Tsytskovsky 4Slava Tsytskovsky 4 

Chatter Streams

Hello!
I would be very appreciate if you help me.

Where stores Chatter Stream? I mean in which object. I need to catch when Chatter Stream is created.

Best Answer chosen by Slava Tsytskovsky 4
VinayVinay (Salesforce Developers) 
Hi Slava,

 Stream is a combination of Chatter feeds from any Chatter group, Object or user into a single feed. So basically these are stored in chatter feed.

https://help.salesforce.com/s/articleView?id=sf.collab_chatter_streams_overview.htm&type=5
https://salesforce.stackexchange.com/questions/177928/create-a-custom-chatter-stream-from-apex-connectapi
https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_responses_feed_stream.htm

Please mark as Best Answer if above information was helpful.

Thanks,

All Answers

VinayVinay (Salesforce Developers) 
Hi Slava,

 Stream is a combination of Chatter feeds from any Chatter group, Object or user into a single feed. So basically these are stored in chatter feed.

https://help.salesforce.com/s/articleView?id=sf.collab_chatter_streams_overview.htm&type=5
https://salesforce.stackexchange.com/questions/177928/create-a-custom-chatter-stream-from-apex-connectapi
https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_responses_feed_stream.htm

Please mark as Best Answer if above information was helpful.

Thanks,
This was selected as the best answer
sai shanmukh vishnubhatlasai shanmukh vishnubhatla
Hi Slava,

Chatter streams are custom feeds that you create by combining multiple related feeds into one feed. Look for streams on your Chatter home page. Create up to 100 streams that each combine posts from up to 25 different feeds and feed types. Create streams that combine feeds from people, groups, and records, like accounts, opportunities, cases, and more.
For more details related to this topic (how to setup chatter stream, create,edit or delete stream) please find following link which might be helpful for you.

https://help.salesforce.com/s/articleView?id=sf.collab_chatter_streams_overview.htm&type=5
https://www.arkusinc.com/archive/2017/customize-your-chatter-feed-with-streams

Have a good day!

Thanks & regards,
Sai.