第 65 章 Salesforce Source
Receive updates from Salesforce.
65.1. Configuration Options 复制链接链接已复制到粘贴板!
The following table summarizes the configuration options available for the salesforce-source Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| clientId * | Consumer Key | The Salesforce application consumer key. | string | ||
| clientSecret * | Consumer Secret | The Salesforce application consumer secret. | string | ||
| password * | Password | The Salesforce user password. | string | ||
| query * | Query | The query to execute on Salesforce. | string | SELECT Id, Name, Email, Phone FROM Contact | |
| topicName * | Topic Name | The name of the topic or channel. | string | ContactTopic | |
| userName * | Username | The Salesforce username. | string | ||
| loginUrl | Login URL | The Salesforce instance login URL. | string | ||
| notifyForFields | Notify For Fields | Notify for fields. | string | ALL | |
| notifyForOperationCreate | Notify Operation Create | Notify for create operation. | boolean | True | |
| notifyForOperationDelete | Notify Operation Delete | Notify for delete operation. | boolean | False | |
| notifyForOperationUndelete | Notify Operation Undelete | Notify for undelete operation. | boolean | False | |
| notifyForOperationUpdate | Notify Operation Update | Notify for update operation. | boolean | False | |
| operation | Operation | The operation to use | string | subscribe | |
| rawPayload | Raw Payload | Use raw payload String for request and response (either JSON or XML depending on format), instead of DTOs, false by default. | boolean | False | |
| replayId | Replay Id | The replayId value to use when subscribing to the Streaming API. | long |
* = Fields marked with an asterisk are mandatory.