Form Input
- ルート XML タグ
- <formInput>
- JSON の例
-
1{ 2"formFieldsList" : { 3 "formFields" : [{ 4 "name" : "First Name", 5 "type" : "Text" 6 }, 7 { 8 "name" : "Last Name", 9 "type" : "Text" 10 }, 11 { 12 "name" : "Email", 13 "type" : "EmailAddress" 14 }] 15 }, 16"formName" : "Contact Us Data", 17"memberIdentificationCode" : "marketing-account-id" 18} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン formFieldsList Form Field Input[] マーケティングインテグレーションフォームの項目。 必須 53.0 formName String マーケティングインテグレーションフォームの名前。 必須 53.0 memberIdentificationCode String マーケティングインテグレーションフォームに関連付けられた Marketing Cloud のメンバー識別コード (MID)。 必須 53.0