Simple Salesforce

Simplified access to Salesforce APIs from Python.

Usage

from simple_salesforce import Salesforce sf = Salesforce(username='myemail@example.com', password='password', security_token='token') # Create a contact sf.Contact.create({'FirstName': 'John', 'LastName': 'Smith','Email': 'example@example.com'})

AI/LLM's are quite good with simple-salesforce.
๐Ÿ‘‰ Try asking ReMark