ZIP
Options
Option
Description
{
"zip": {
"files": FILENAMES_AND_FILE_GENERATORS,
"password": PASSWORD
}
}Example
{% action "files" %}
{
"secure.zip": {
"zip": {
"password": "opensesame",
"files": {
"confirmations.txt": "this data is protected with zipcrypto encryption",
"image.png": {
"url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
},
"receipt.pdf": {
"pdf": {
"html": "<h1>!!</h1>"
}
}
}
}
}
}
{% endaction %}Last updated
Was this helpful?