2 Home
gitea_admin edited this page 2026-03-11 14:39:57 +00:00

Salesforce Source

Receive updates from Salesforce.

Metadata

Property Value
Type source
Group Salesforce
Namespace Salesforce
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
query string The query to execute on Salesforce.
topicName string The name of the topic or channel.
loginUrl string https://login.salesforce.com The Salesforce instance login URL.
notifyForFields string ALL Notify for fields.
clientId string The Salesforce application consumer key.
clientSecret string The Salesforce application consumer secret.
userName string The Salesforce username.
password string The Salesforce user password.
notifyForOperationCreate boolean true Notify for create operation.
notifyForOperationUpdate boolean false Notify for update operation.
notifyForOperationDelete boolean false Notify for delete operation.
notifyForOperationUndelete boolean false Notify for undelete operation.
operation string subscribe The operation to use
rawPayload boolean false Use raw payload String for request and response (either JSON or XML depending on format), instead of DTOs, false by default.
replayId long The replayId value to use when subscribing to the Streaming API.

Dependencies

  • camel:jackson
  • camel:salesforce
  • camel:kamelet