Create Dynamic Content Profile
POST /api/v1/workspaces/{workspace_id}/dynamic_content_profiles
Creates a new DynamicContentProfile for the currently logged in user.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Workspace ID
Request Body
Section titled “Request Body ”object
Example
Mailchimp ProfileExample
liquidResponses
Section titled “ Responses ”Successful
object
Example
uuid TODOExample
Mailchimp ProfileExample
2023-08-23T10:30:00.000ZExample
2023-08-23T10:30:00.000ZExample
12345Optional. Stable key identifying the template engine preset applied to this profile’s conditional syntax.
Example
liquidCapability manifest describing the joiners, operators, and branch options allowed by this profile’s template engine preset. Null when no preset is set.
object
Supported joiner strings between conditions within a branch (e.g. “and”, “or”). Empty disallows compound conditions.
Example
[ "and", "or"]Map of value type (“string”, “number”, “boolean”) to the operators allowed for that type. Each operator declares whether it takes a value, so the UI picker knows whether to render a value input.
object
object
Wire identifier for the operator (e.g. “equals”, “is_empty”).
Whether this operator takes a value. When false, the UI picker hides the value input and the wire payload omits value.
Example
{ "string": [ { "key": "equals", "requires_value": true }, { "key": "is_empty", "requires_value": false } ], "boolean": [ { "key": "equals", "requires_value": true } ]}Unauthorized
object
Example
Record not foundForbidden
object
Example
Record not foundUnprocessable Entity
object
Example
Failed to saveobject
Example
{ "errors": { "username": [ "Username is required.", "Username must be unique." ], "email": [ "Invalid email format." ] }}