GraphQL can retrieve data from multiple sources in a single query. In this post, we will build a GraphQL Query Generator in Salesforce Apex.
rest api
- ApexIntegrationLightning FlowSalesforce
Integrate Slack in Salesforce for Real-Time Notifications
by Dhanik Lal Sahni August 13, 2023Slack is a cloud-based application meant to improve organisational communication. In this post, we will integrate Slack in Salesforce for Customized messages.
GraphQL is a query language for fetching required data using API. This post will explain GraphQL API, and its benefits over REST API and will test this API using a GraphQL client.
- ApexIntegrationLightning Web ComponentSalesforce
Text translation in Salesforce Using Apex
by Dhanik Lal Sahni July 15, 2023Text translation is the process of converting any written text from one language to another. This post will explain how to translate text in Salesforce Apex.
- ApexIntegrationLightning FlowSalesforce
Extract Demographic Detail using Trestle Reverse Phone API
by Dhanik Lal Sahni June 15, 2023This post will use Trestle Reverse Phone API to validate phone numbers and provide customer’s demographic information like age, addresses, all phone numbers.
- ApexArchitectureIntegrationSalesforce
Automating data synchronization between Salesforce and Amazon Seller
by Dhanik Lal Sahni May 15, 2023This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
- ApexArchitectureCertificationIntegrationintegration architectureSalesforce
Shopify integration with Salesforce using Webhook
by Dhanik Lal Sahni March 15, 2023We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.
- ApexArchitectureSalesforce
Generic Apex class for Calling External System
by Dhanik Lal Sahni July 13, 2021Integration 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…
- Apexintegration architectureSalesforce
Monitor Salesforce API Limit
by Dhanik Lal Sahni April 18, 2021A 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…
- 1
- 2