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
Connor T. DoyleConnor T. Doyle 

Adding opportunity products to Slack integration

We have the Salesforce to Slack integration set up using webhooks that was outlined in this post (https://developer.salesforce.com/blogs/developer-relations/2016/05/slack-salesforce-integration.html) and this post (http://coenraets.org/blog/2016/01/slack-salesforce-integration/#targetText=A%20Webhook%20is%20an%20endpoint,text%20and%20some%20other%20options.). This is working for opportunity related information, but I am now tasked with adding the products on the opportuntiy to the Slack post.

I am trying to figure out how to update the apex class with opportunity product information (product name and sales price). Not sure if this should be in the class itself or in the process builder.

Thank you for any assistance on this!
Emily Adamiec 13Emily Adamiec 13
please let me know if you figured it out. just asked the same.
Unnur Osk UlfarsdottirUnnur Osk Ulfarsdottir
Did you find a solution to this?