Тёмный

How to use Connected App in Salesforce | Setup Postman for API Testing #salesforce #api 

Подписаться
Просмотров 4,2 тыс.
% 94

In this video, I'll show you how to use a connected app in Salesforce to get a bearer token and create an account record using Postman. We'll start by setting up the connected app in Salesforce, then move on to using Postman to request the bearer token and make API calls to create an account record.
By the end of this video, you'll have a solid understanding of how to use connected apps in Salesforce and how to use Postman to interact with the Salesforce API. So, if you're looking to automate your Salesforce workflows or build custom integrations, REST APIs then this video is a must-watch.
#ConnectedApp #SalesforceAPI #learnonline #youtubelearning
📌 Important Links :
Salesforce API Series Playlist : bit.ly/3XyXwKb
Download Postman : www.postman.com/downloads/
Postman Auth Parameters : bit.ly/3XkY5aZ
📌 Social Links :
Twitter : salesforceguy
Instagram : thatsalesforceguy
Patreon : www.patreon.com/thatsalesforceguy
Timestamps :
00:59 - What is Connected App
02:51 - Creating Connected App
04:08 - Postman Basics
04:30 - Creating Postman Request
06:44 - Getting Consumer Key and Consumer Secret
07:30 - Fixing Auth Errors
09:11 - Creating Account through Postman API
12:02 - Creating custom object record through Postman API
.
.
.
.
.
.
.
Search Terms :
"Salesforce connected app"
"API access Salesforce connected app"
"Bearer token Salesforce connected app"
"Postman Salesforce connected app"
"Creating account record Salesforce connected app"
"Automating Salesforce workflows connected app"
"Custom integrations Salesforce connected app"
"Salesforce API connected app"
"Connected app tutorial Salesforce"
"Salesforce connected app setup"

Опубликовано:

 

17 янв 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 18   
@ThatSalesforceGuy
@ThatSalesforceGuy Год назад
📌 Important Links : Salesforce API Series Playlist : bit.ly/3XyXwKb Download Postman : www.postman.com/downloads/ Postman Auth Parameters : bit.ly/3XkY5aZ
@yoginderbagga6622
@yoginderbagga6622 Год назад
I dont work much on Salesforce, but good to see you are really growing in your new job. And i must say your communication and accent totally improved.
@ThatSalesforceGuy
@ThatSalesforceGuy Год назад
Thank you Yogi, this means alot :)
@ThatSalesforceGuy
@ThatSalesforceGuy Год назад
Timestamps : 00:59 - What is Connected App 02:51 - Creating Connected App 04:08 - Postman Basics 04:30 - Creating Postman Request 06:44 - Getting Consumer Key and Consumer Secret 07:30 - Fixing Auth Errors 09:11 - Creating Account through Postman API 12:02 - Creating custom object record through Postman API
@Anony_moouse
@Anony_moouse 3 дня назад
Excellent video , just had one doubt can you explain the callback URL in detail , on what exactly you used that particular URL??
@ThatSalesforceGuy
@ThatSalesforceGuy 3 дня назад
Thank you, regarding callback url, umm imagine a callback URL like a doorbell. When a computer finishes its job, it rings this special doorbell to tell your computer, 'I'm done!
@ThatSalesforceGuy
@ThatSalesforceGuy Год назад
New Video - Automate SF Authentication in Postman --> ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5wo42LUdo-o.html
@sahilarora-ly2wy
@sahilarora-ly2wy 9 дней назад
not working getting { "error": "invalid_grant", "error_description": "authentication failure" } i double check the client_id client_secret etc ip relaxation is selected and password+security token is also added still sam eissue
@ThatSalesforceGuy
@ThatSalesforceGuy 7 дней назад
there is one setting in profile to disable this
@charanjitsingh815
@charanjitsingh815 9 месяцев назад
i create account as Developer and i followed same steps but still getting error { "error": "invalid_grant", "error_description": "authentication failure" }
@ThatSalesforceGuy
@ThatSalesforceGuy 9 месяцев назад
@charanjitsingh815 in your request body, can you try password + security token? let me know if it works
@user-sv9fw5jv8o
@user-sv9fw5jv8o 9 месяцев назад
Me too @@ThatSalesforceGuy
@GhostrunnerLi
@GhostrunnerLi 9 месяцев назад
Me too How to solve it
@ThatSalesforceGuy
@ThatSalesforceGuy 9 месяцев назад
@@GhostrunnerLi can you try password + reset security token? let me know if it works
@ThatSalesforceGuy
@ThatSalesforceGuy 9 месяцев назад
@@GhostrunnerLi also did you try steps at 07:30 - Fixing Auth Errors ?