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