Skip to content

Salesforce Inbound Endpoint Reference

The following configurations allow you to configure Salesforce Inbound Endpoint for your scenario.

Parameter Description Required Example Values Default Value
interval The polling interval for the Salesforce inbound endpoint. Yes - -
connection.salesforce.salesforceObject The name of the Push Topic or the Platform Event that is added to the Salesforce account. Yes /topic/Account -
connection.salesforce.packageVersion The version of the Salesforce API. Yes 37.0 -
connection.salesforce.userName Salesforce login user name. Yes - -
connection.salesforce.password Salesforce login password. Yes eitest123xxxxxxx -
connection.salesforce.loginEndpoint The Endpoint of the Salesforce account. Yes https://login.salesforce.com https://login.salesforce.com
connection.salesforce.soapApiVersion The version of the Salesforce SOAP API. No 22.0 22.0
connection.salesforce.connectionTimeout The time to wait to connect to the client. No 20000 20000
connection.salesforce.waitTime The time to wait to connect to the Salesforce account. No 5000 5000
connection.salesforce.replay Enabling this will read the event ID stored in the Registry or from the text file provided via the event ID file path. No - False
connection.salesforce.EventIDStoredFilePath This field is visible only if replay is enabled. When enabled, specify the directory path of a text file to replay from the event ID stored in it, or leave it blank to replay from the last event ID stored in the config Registry DB. No /home/kasun/Documents/SalesForceConnector/a.txt -