Form Input

Marketing integration form.
Root XML tag
<formInput>
JSON example
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}
Properties
Name Type Description Required or Optional Available Version
formFieldsList Form Field Input[] Fields for the marketing integration form. Required 53.0
formName String Name of the marketing integration form. Required 53.0
member​Identification​Code String The member identification code (MID) of the Marketing Cloud Engagement account associated with the form. Required 53.0