Knowledge Hub
Audio Asset
The Element Audio Asset
allows you to use any audio file from your asset library. Simply select the file from the list or state the name of the variable ({{variablename}}
) to access the asset(s). The supported formats are:
- mp3
- ...
Parameters
name
The audio file from your asset library or a http URL
Type: String
JSON Example
{
"id": "someid",
"type": "AudioAsset",
"params": {
"name": ""
},
}