Send Contact Info to External System and Insert Response Record | Create Apex Class for REST API Callout | Hands-on real-world Salesforce example of making a REST API POST callout

Hey guys, today in this post we are going to learn about how to Write apex to Send Contact Info to External System and Insert Response Record | Create Apex Class for REST API Callout | Hands-on real-world Salesforce example of making a REST API POST callout in Salesforce. Let’s create a hands-on real-world Salesforce … Read more →

Inserting file in Salesforce file/attachment object Using custom REST API Uses property of “ContentVersion”, “ContentDocumentLink” and “getBodyAsBlob()” in apex class post method in Salesforce | File upload to Salesforce object using custom REST API

uploading files to SFDC attachment object using REST call -- w3web.net

Hey guys, today in this post we are going to learn about How to call an external REST API to uploading files to SFDC file/attachment object using REST call in Salesforce Apex Post Methods. This example we are uploading files to Salesforce object using custom REST API and property of ContentVersion, ContentDocumentLink and getBodyAsBlob() in … Read more →