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
Gaetan MaubonGaetan Maubon 

Customize who is the poster in an automatic chatter post (using process builder)

Hello,

I created an a process (which launch a flow including a chatter post action) which automatically post on a record feed when its status changes. My problem is that I want to control who is the poster of this chatter post. Actually the poster is automatically the user who changes the status and trigger the process.

I want the poster to be a user that I choose. Is it possible to define a "default" poster for an automatic chatter post flow ?

Thank you for your help.
Leandro Valdes VieraLeandro Valdes Viera
I don't think you can do that on Process Builder or Flows. I believe you can do it with Apex Code: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/connectapi_features_feeds_feed_elements.htm?search_text=feed%20elements.