This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
rest api
- ApexArchitectureCertificationIntegrationintegration architectureSalesforce
Shopify integration with Salesforce using Webhook
We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.
Integration with external system is very common requirement in Salesforce application. For this we can go for declarative external service or create apex class for each type of integration. Declarative …
Apex code coverage is important when we move code from one Sandbox to other or production environment. In sandbox environment, we can move code without minimum code coverage but for …
A single Salesforce orgs can be utilized by multiple clients. If our clients are calling Salesforce APIs for data upload, data creation etc or we are calling client system to …
Salesforce Bulk API is used primarily for data migration or data upload. Bulk API has two versions to support data upload. Bulk API V1.0 is custom REST API and V2.0 …
Most of the time we have a requirement to store files in other cloud storage services like AWS, Microsoft One Drive, Dropbox, Google Drive, etc. This depends on clients’ requirements …
Nowadays organizations are going for digital automation for most of their repetitive work like manual records entries from printed forms. This manual entry requirement can be for the application form, …
Last week I got a request about extracting the vehicle license plate numbers. Requester wanted to extract the license plate number from the image. I was not sure that we …
Salesforce has lot of features for customer engagement like IVR Call, Email, Social Media, Web Chat and Mobile App, Text Messaging. This post will give information about text messaging based …