From 690b9c2ac9f415f1c045d34fbf0516ee07103b37 Mon Sep 17 00:00:00 2001 From: Min Gi Kwon <64427415+MinGi-K@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:56:13 -0500 Subject: [PATCH] Update salesforce_api.md --- Topics/Tech_Stacks/salesforce_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Topics/Tech_Stacks/salesforce_api.md b/Topics/Tech_Stacks/salesforce_api.md index 22edb3d93..bcb186f88 100644 --- a/Topics/Tech_Stacks/salesforce_api.md +++ b/Topics/Tech_Stacks/salesforce_api.md @@ -62,7 +62,7 @@ The query editor uses SOQL - [Salesforce Object Query Language](https://develope Screen Shot 2023-11-18 at 9 06 36 AM -After creating the Connected App, navigate to your app Manage Connected Apps. You will see an option to get Consumer Key and Secret, which you can inject into your project. Now users can log into your application with their Salesforce credentials, and you can also use API calls to Salesforce by sending the access token you receive from Salesforce after successful user login in the header of the API request. +After creating the Connected App, navigate to your app in Manage Connected Apps like shown before. You will see an option to get Consumer Key and Secret, which you can inject into your project. Now users can log into your application with their Salesforce credentials, and you can also use API calls to Salesforce by sending the access token you receive from Salesforce after successful user login in the header of the API request. ### Image References: - https://blog.coupler.io/wp-content/uploads/2022/02/1-salesforce-api-setup.png