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
Itay MaozItay Maoz 

Outbound Message from Feed Comment

How do i create an outbound message upon creation/update of a feed comment? I can do it to a Feed Item through workflow, but it doesn't look like creating a feed comment counts as an update to the parent Feed Item. Open to triggers, but I'm bad at them. 
Raj VakatiRaj Vakati
You need to make it as callouts from the trigger. Please refer this links 
https://developer.salesforce.com/page/Apex_Web_Services_and_Callouts
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_future.htm 
http://www.greytrix.com/blogs/salesforce/2014/10/30/invoke-future-methods-through-apex-trigger-for-web-service-callout/
 
 
Itay MaozItay Maoz
Thanks. Looks like its a bit more complicated than I thought.