Newer Version Available
Microsites Marketing Integration Forms
This API attempts to create a read-only data extension in Marketing Cloud Engagement. A
Marketing Cloud Engagement admin can change the read-only setting. We recommend keeping the
data extension as read-only to maintain schema consistency with the form.
- Resource
-
1/sites/siteId/marketing-integration/forms - Available version
- 53.0
- HTTP methods
- POST
- Request body for POST
-
- 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 memberIdentificationCode String The member identification code (MID) of the Marketing Cloud Engagement account associated with the form. Required 53.0
- Response body for POST
- Form