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 

Starte questions on Integration

I am new to integration and trying to understand this.I am working an integration of a tool to salesforce.

So when some case is created and certain conditions are met in salesforce then a record should be created in my third party tool.

I dont find anything in that tool except REST API token.So i need to use that and make REST calls to that tool to login and create records in that.I generated consumer Id and key.

 

Can some experts guide me through the process of making REST calls from apex code to login in to that and create record.I am confused about all these and have no way infront!!!!

 

 

Vinita_SFDCVinita_SFDC

Hello,

 

Please refer following links for getting a better understanding on how to use REST API:

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_rest_code_sample_basic.htm

 

http://boards.developerforce.com/t5/APIs-and-Integration/Calling-Apex-Rest-custom-web-service-from-Apex-code/td-p/327715

 

For details on authentication refer 'Understandin Authentication in REST API guide:

 

http://www.salesforce.com/us/developer/docs/api_rest/