Sign up for Free !!
World's first open source developer community with
Ticketing System
I am new to salesforce. Please explain?
We can use this package simple_salesforce .
You can install it with:
$ pip install simple_salesforce
We could gain access to Salesforce account with the following:
from simple_salesforce import Salesforce sf = Salesforce(username='youremail@abc.com', password='password', security_token='token')
Please Login/Register to write your answer !!!
We can use this package simple_salesforce .
You can install it with:
We could gain access to Salesforce account with the following: