Skip to main content

ConsentBlock

typestring

The kind of content block, such as text or warning.

Possible values: [text, warning, info, success, failure]

Example: text
textstring

Block text, may contain ${variable} placeholders

ConsentBlock
{
"type": "text",
"text": "string"
}