Salesforce Object (Bulk API)
Last updated
Was this helpful?
Last updated
Was this helpful?
Parameter
Value
object
the salesforce object name auth
authUrl
clientId
the un-encrypted client id for the connected app (NOTE: if done through the config using a text editor it must have the encrypted values)
clientSecret
the encrypted client secret for the connected app
username
the encrypted salesforce user account
password
the encrypted salesforce user account password
<SalesforceDataSource
object="String"
authUrl="String"
clientid="String"
clientsecret="String"
username="String"
password="String">
<Schema>
...
</Schema>
<Filter/>
</SalesforceDataSource>
the url that issues the token, e.g.