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
RSandersRSanders 

API call help

I need to send a URL string with certain Opportunity fields in it when an custom check box on the opportinity is checked.  Would I need a trigger and an API call to do this, or is there an easier way?
chrinderPWWchrinderPWW
You could try using a workflow rule with an outbound message to send over your opportunity info.  It's going to send it as a web service SOAP call to an external URL you define.  Not sure if that will work but that's one way of send data over the wire without needing to code a trigger.