Files
warmbly/integrations/make/modules/renderTemplate/api.iml.json
T

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}}"
}
}