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
binbin0915binbin0915 

in chatter how do I send post to some people (show in their "to me" area)

as it says,

threr is no group built. 

in object   "to" field can be used to one person.

how can i do.

tks lot

 

Sonam_SFDCSonam_SFDC

Hi,

 

If you are asking  through the UI - you will have to @ mention the user in your post so that this post will be available under his/her "To me" section.

 

Through REST API - you eill have to use

/chatter/feeds/to/me/feed-items

OR

/chatter/feeds/to/userId/feed-items

 

This is explained in the Chatter REST API GUIDE:http://www.salesforce.com/us/developer/docs/chatterapi/ page


under section "To Feed Resources"

 

 

jody_blyjody_bly

Like Sonam says, @mention the people and the post will appear in their To feed. Note that you can't post to the To feed, though, because it's read-only. You can post to the News, Record, and User Profile feeds.