이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 68. Salesforce Update Sink
Update an object in Salesforce.
The body received must contain a JSON key-value pair for each property to update inside the payload attribute, for example:
{ "payload": { "Phone": "1234567890", "Name": "Antonia" } }
The body received must include the sObjectName and sObjectId properties, for example:
{ "payload": { "Phone": "1234567890", "Name": "Antonia" }, "sObjectId": "sObjectId", "sObjectName": "sObjectName" }
68.1. Configuration Options 링크 복사링크가 클립보드에 복사되었습니다!
The following table summarizes the configuration options available for the salesforce-update-sink 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 | ||
| userName * | Username | The Salesforce username. | string | ||
| loginUrl | Login URL | The Salesforce instance login URL. | string |
* = Fields marked with an asterisk are mandatory.