You need to sign in to do that
Don't have an account?

Bulkify ConnectApi.FeedItem use for @mention Chatter posts through Apex
I want to create Chatter items using @mentions. To my knowledge this is only possible using the ConnectApi.ChatterFeeds.postFeedItem funciton and the ConnectApi.FeedItems. However this function does not take a function so I cannot use it inside a trigger.
Is there a way to bulkify this or is that not possible at the moment with feed items with chatter? Does anyone know of an alternative solution?
Thanks
We can use the simple FeedItem object but I don't think it supports the @mention functionality