Last updated
© 2025 make.com
Last updated
Creates a custom properties structure. You can have only one custom properties structure for each combination of associatedType
, belongerType
and belongerId
values.
For example, you can create only one custom properties structure for scenarios in a specific organization.
To create a structure for custom scenario properties, fill in the request body:
associatedType
: scenario
belongerType
: organization
Check out the example API call.
To define the custom properties structure items, use the API call .
The type of the entity which uses the custom properties structure. Fill in scenario to create custom scenario properties structure.
The type of the entity that owns the custom properties structure. Fill in organization to create custom scenario properties structure.
The ID of the entity that owns the custom properties structure.
Successful response