Salesforce is probably the most popular CRM system today. By using Salesforce REST API, we can automate and streamline many different Salesforce workflows and tasks easily + building customize applications. In this tutorial, we will learn how to use Salesforce REST API in Python.
📑 Source Code: https://wp.me/payCAw-1kL
📑 Step-by-step instruction: https://wp.me/payCAw-1kT
📄 Salesforce REST API References: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_list.htm
► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Paypal: https://www.paypal.me/jiejenn/5
☕ Venmo: @Jie-Jenn
💸 Join Robinhood with my link and we'll both get a free stock: https://bit.ly/3iWr7LC
► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------
🛒 By shopping on Amazon → https://amzn.to/2JkGeMD
👩💻 Follow me on Linked: https://www.linkedin.com/in/jiejenn/
🌳 Becoming a Patreon supporter: https://www.patreon.com/JieJenn
✉️ Business Inquiring: [email protected]
00:00 - Intro
00:18 - set up Salesforce connected app
05:27 - Python package imports
06:14 - generate access token
09:12 - Salesforce REST API Reference Documentation
11:07 - Example 1: (Run SOQL query)
15:50 - Example 2: Retrieve object's metadata
#salesforce #python #sfdc