mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
11 lines
258 B
JSON
11 lines
258 B
JSON
{
|
|
"url": "/templates/{{parameters.template_id}}/render",
|
|
"method": "POST",
|
|
"body": {
|
|
"variables": "{{toCollection(ifempty(parameters.variables, emptyarray), 'key', 'value')}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|