CLI
Managing Email Templates
2min
email templates must be stored within the following file path of your project marketplace builder/notifications/email notifications/forms/form 1/ replace "form 1" with the relevant form id the autoresponder template file must be called autoresponder liquid the workflow template file must be called workflow\ liquid example this is an example email autoresponder/workflow file generated by siteglide below, we'll list available yml parameters, and body content \ delay '0' enabled true from demo kit \<demo kit\@siteglide com> layout path '' physical file path notifications/email notifications/forms/form 1/autoresponder liquid reply to demo kit \<demo kit\@siteglide com> subject thanks for getting in touch to '{{ form properties email }}' trigger condition t \ \<! email content here > parameters physical file path files should be stored in a location relative to their form id if your id is '3', and you're editing an autoresponder, then the physical file path would be notifications/email notifications/forms/form 3/autoresponder liquid other fields will show in siteglide ui when editing a form (subject, from, reply to) there's nothing else going on here from the perspective of requirements to manage your notifications in siteglide you may want to check out the platformos documentation https //documentation platform os com/tutorials/notifications/creating email notification body you can access form data via {{form properties}} custom fields are accessible via {{form properties form field 1 2}} where 1 = form id and 2 = field id