Create a Content Area
Marketing Cloud has a new model for storing, finding, managing, creating, sharing, and distributing all content-related objects. Access the objects created with the new Content Builder tools using the REST API. Your existing SOAP API integrations only function with the Classic tools in the user interface.
Use the Post method to create a new content area within a Marketing Cloud account.
Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/
You can provide the following values for the props property on the object:
-
CustomerKey
- String datatype
- User-supplied unique identifier for an object within an object type
-
CategoryID
- Int32 datatype
- Specifies the identifier of the folder
-
Name
- String datatype
- Name of the object or property
-
Content
- String datatype
- Identifies content contained in a content area