{% json email_params %}
{
"to": "[email protected]",
"subject": "Dummy",
"replyTo": "[email protected]",
"html": "<h2> Hello! </h2>",
"attachments": [
{
"filename": "test.csv",
"content": "name,last_name \n john,smith"
}
]
}
{% endjson %}
{{ email_params | email }}Last updated