How to do callout integration? : salesforce integration



How to do callout integration? : salesforce integration..

Answer / Yasir Moheet

To perform callout integration in Salesforce, you can use Apex REST or SOAP web services. Here's a basic example of Apex REST:nn```javanHttp http = new Http();nHttpRequest req = new HttpRequest();nreq.setEndPoint('https://example.com');nreq.setMethod('GET');nHttpResponse res = http.send(req);n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

What is whoid and whatid in activities?

1 Answers   Cognizant,


In which below scenario users will be able to edit each other's records?

1 Answers  


Explain few considerations for @future annotation in apex?

1 Answers  


What is inline editing?

1 Answers  


Through sales force import wizard how many records we can import?

1 Answers  


Is it possible to change/modify the child record settings of a master-detail relationship, for setting owd (organization-wide settings)?

1 Answers  


When should apex be used?

1 Answers  


What is record type?

1 Answers  


What are some governor limits in salesforce?

1 Answers  


What is a Batch Apex?

1 Answers   Cognizant,


If there is a custom object with records, is it possible to create a field with master-detail relationship for this object?

1 Answers  


Explain skinny table? : salesforce crm

1 Answers  


Categories