Add an email templateAsk AIpost https://api.smtp2go.com/v3/template/addAdds a new email template that you can use to format your emails.Body Paramstemplate_namestringrequiredThe name of the email template. Min length: 1 Character. Max length: 64 Characters.idstringrequiredThe case-sensitive ID of the email template. Min length: 5 Character. Max length: 24 Characters.subjectstringrequiredThe subject of the email template.html_bodystringrequiredThe HTML body of the email template.text_bodystringrequiredThe Plain Text body of the email template.template_variablesobjectThe variables to use within this email template in the format {"variable1": "value1", "variable2": "value2"}template_variables objecttagsarray of stringsThe list of Tags to associate to this email templatetagsADD stringResponses 200Template added 400400Updated 8 months ago