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
NarenKNarenK 

Invoking a Rest Web Service from a workflow

Hi All,

 

In my salesforce instance I want to define a workflow such that when filed in a some X object changes it has to invoke a rest web service. Is this possible?

 

I know that we can call outBound messages but I am not sure about rest web services.

 

Thanks in advance for your help.

 

Regards,

Naren

MandyKoolMandyKool

Hi,

 

If you want to call an external web service on field change; you will have write a trigger and then call your web service through Apex Class Asynchronously (ie. using future method)