Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.MentionSegmentInput

Include an @mention of a user or group in a feed post or comment. When creating a feed post or comment, you can include up to 25 mentions.

Subclass of ConnectApi.MessageSegmentInput.

Property Type Description Available Version
id String ID of the user or group to mention.

To mention a user, use either id or username. You can’t include both.

To mention a group, you must use id.

28.0

Groups are available in 29.0.

username String User name of the user to mention.

To mention a user, use either id or username. You can’t include both.

38.0