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
Nidhi MalhotraNidhi Malhotra 

Outbound Calls help

Hi All,

I need help in creating triggers that sends outbound messages to a specific URL. Initially we created workflows to send Outbound messages. We have to create certain logic before sending these outbound messages and hence we are taking the approach of creating Triggers. I used the WSDLtoApex feature in Salesforce. Four additional classes have beenc reated. I would like to know how I can use these classes in the trigger or any other Apex code. Any help on this will be highly appreciated!

Thanks,
Nidhi

 
ShashankShashank (Salesforce Developers) 
You should be able to understand the methods avaailable from the wsdl generated classes to be able to use them in triggers. https://developer.salesforce.com/page/Apex_Web_Services_and_Callouts