Jan 20, 2023 | Salesforce REST API
Salesforce is a powerful customer relationship management (CRM) platform that allows businesses to manage their customer data, sales, and marketing efforts. One of the ways to interact with the Salesforce platform is through its REST API. The Salesforce REST API...
Jan 19, 2023 | Python, Salesforce REST API
Buy Me a Coffee? Your support is much appreciated! Source Code import requests # pip install requests from consumer_details import CONSUMER_KEY, CONSUMER_SECRET, USERNAME, PASSWORD import pandas as pd # pip install pandas # Generate Access Token def...
Mar 22, 2022 | Python, Salesforce REST API
Create Connected App Go to Settings > Create > Apps. Click on New to create a Connected App. Fill in the required information App Name (then hit tab key to auto generate API name). Check Enable OAuth Settings. Check Enable for Device Flow (this will...