Red Hat Camel K is deprecated
Red Hat Camel K is deprecated and the End of Life date for this product is June 30, 2025. For help migrating to the current go-to solution, Red Hat build of Apache Camel, see the Migration Guide.第60章 Salesforce の作成シンク
Salesforce にオブジェクトを作成します。メッセージの本文には、salesforce オブジェクトの JSON を含める必要があります。
Example body: { "Phone": "555", "Name": "Antonia", "LastName": "Garcia" }
60.1. 設定オプション
次の表は、salesforce-create-sink
Kamelet で利用できる設定オプションをまとめたものです。
プロパティー | 名前 | 説明 | 型 | デフォルト | Example |
---|---|---|---|---|---|
clientId * | Consumer Key | Salesforce アプリケーションコンシューマーキー | string | ||
clientSecret * | コンシューマーシークレット | Salesforce アプリケーションコンシューマーシークレット | string | ||
Password * | Password | Salesforce ユーザーのパスワード | string | ||
userName * | Username | Salesforce のユーザー名 | string | ||
loginUrl | ログイン URL | Salesforce インスタンスのログイン URL | string |
| |
sObjectName | オブジェクト名 | オブジェクトのタイプ | string |
|
アスタリスク (*) のマークが付いたフィールドは必須です。