第50章 Salesforce の作成シンク

Salesforce にオブジェクトを作成します。メッセージの本文には、salesforce オブジェクトの JSON を含める必要があります。

Example body: { "Phone": "555", "Name": "Antonia", "LastName": "Garcia" }

50.1. 設定オプション

次の表は、salesforce-create-sink Kamelet で利用できる設定オプションをまとめたものです。

プロパティー名前説明デフォルト

clientId *

Consumer Key

Salesforce アプリケーションコンシューマーキー

string

  

clientSecret *

コンシューマーシークレット

Salesforce アプリケーションコンシューマーシークレット

string

  

Password *

Password

Salesforce ユーザーのパスワード

string

  

userName *

Username

Salesforce のユーザー名

string

  

loginUrl

ログイン URL

Salesforce インスタンスのログイン URL

string

"https://login.salesforce.com"

 

sObjectName

オブジェクト名

オブジェクトのタイプ

string

 

"Contact"

注記

アスタリスク (*) のマークが付いたフィールドは必須です。