mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"url": "/templates",
|
|
"method": "POST",
|
|
"body": {
|
|
"name": "{{parameters.name}}",
|
|
"subject": "{{parameters.subject}}",
|
|
"body_html": "{{parameters.body_html}}",
|
|
"body_plain": "{{parameters.body_plain}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|