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
sami amisami ami 

Invoking call outs from salesforce

Hi 

I am trying to making some call outs from salesforce.I am new to this.Can some1 guide me??

 

I hope i am on correct way.My Use case is:

I am doing integration with a tool which is a bug tracking tool.

So when ever a case is created in salesforce and some conditions are met..It will create a issue/record  in my tool.

This is the use case.So for this i need to make some callouts from apex..which calls my tool and logins inside and creates a record.(This is my understanding not sure if i am correct)

Please correct me if i am wrong.

 

Thanks

Sonam_SFDCSonam_SFDC

Hi Ramesh,

 

This should be possible by using Workflo Outbound messaging service:

http://www.dataintegrationblog.com/product-news/salesforce-outbound-messaging-service-2/

 

With this service you can send a SOAP message to your third party bug tracking tool - this message will be triggered when the workflow conditions are met and workflow is triggered.

 

Hope this helps!