This is an integration for Salesforce. Queries data between executionDate and nextExecutionDate. Paginates by id. Supports rate limiting and retries with exponential backoff
"object": "campaignmember" - The Salesforce Standard object to pull
"username" : "root" - The username used for authentication on the database.
"password" : "veryinsecure" - The password associated with the user.
"securityToken" : "verysecuretoken" - The security token associated with the user.
{
connection: {
username: 'root',
password: 'veryinsecure',
securityToken: 'security_token'
},
object: 'campaignmember',
}Outputs an avro file consisting of the records from the SFObject
