Getting Started With Salesforce REST API

preview_player
Показать описание
In this tutorial, we will learn how to set up and connect to Salesforce REST API.

I will be using Python for demonstration, but the steps should be the same if not similar for other programming languages as well.

📑 If you don't know what Salesforce REST API is
-------------------------------------------------------------------------------
Salesforce REST API is one of several web interfaces that you can use to access your Salesforce data without using the Salesforce user interface. With API access, you can perform operations and integrate Salesforce into your applications as you like.

You can use REST API tools to create, manipulate, and search data in Salesforce by sending HTTP requests to endpoints in Salesforce. Depending on where you send requests, you access and operate on different pieces of information, called resources. Resources include records, query results, metadata, and more.

► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Venmo: @Jie-Jenn

► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

#Salesforce #RestAPI #SalesfoceRESTAPI
Рекомендации по теме
Комментарии
Автор

Thank you for the tutorial. I could follow and retrieve sobjects...going to watch the rest :D

VistaTigerEye
Автор

Great content, keep up the great work!!

victoraugusto
Автор

Thank you so much for this video! This is very helpful. You explained it really well. Do you happen to have the video link after this one? Curious how to query the data after getting the token?

emmawang
Автор

Hey Jenn thanks for the wonderful content literally helped me a lot to connect with python ... requesting u to please attach the code u have used in this tutorial

govindjhaofficial
Автор

I have a problem with my user, it doesn't appears the section "Connected Apps", and it supposed I have the full admin of my company in Salesforce, this is a permission role issue, right?

danielgomezmendez
Автор

I was attempting to follow along, but apparently I don't have the "credential" module installed.
There doesn't appear to be a precursor to this video, do you have any suggestions for me?

CitizenRex