Welcome to simple-salesforce’s documentation!
Simple Salesforce is a basic Salesforce.com REST API client built for Python 3.9, 3.10, 3.11, 3.12, and 3.13. The goal is to provide a very low-level interface to the REST Resource and APEX API, returning a dictionary of the API JSON response.
You can find out more regarding the format of the results in the Official Salesforce.com REST API Documentation
Contents:
- Examples
- Record Management
- Queries
- Other Options
- Using Apex
- Additional Features
- Bulk API Usage Notes
- Using Bulk 2.0
- CRUD Metadata API Calls
- File Based Metadata API Calls
- Using REST
- Using Tooling API
- Helpful Datetime Resources
- Helpful Pandas Resources
- Generate list for SFDC Query “IN” operations from a Pandas Dataframe
- Generate Pandas Dataframe from SFDC API Query (ex.query,query_all)
- Generate Pandas Dataframe from SFDC API Query (ex.query,query_all) and append related fields from query to data frame
- Generate Pandas Dataframe from SFDC Bulk API Query (ex.bulk.Account.query)
- YouTube Tutorial
- Development