Last updated
© 2025 make.com
Last updated
Creates custom properties structure items.
After creating a structure item, you cannot change its name
and type
.
To add data to the custom properties, use the API call to .
The ID of the custom property structure. Use the API call GET /custom-property-structures?organizationId={organizationId} to get the ID of a custom property structure.
2
The ID of the structure item. The name has to be unique in the custom properties structure.
Make displays the item label to users in the scenario table header.
The description of the custom property structure item. You can review the item description in the Scenario properties tab in the Organization dashboard.
The data type of the custom property structure item. The data types dropdown and multiselect allow you to specify available options for the item data.
The options available to users when filling in the item data. For the data types dropdown and multiselect, fill in an object like {"options":[{"value": "Marketing"}, {"value": "Sales"}]}. You can omit the options parameter for the rest of the data types.
Set to true in order to make a structure item required when adding custom property data. Default value is false.
Successful response