Edit Email Template

Template provide a standard layout for CRM emails; fields can be embedded in to the template body by entiring the unique field name.

@if($template->id) @endif {{csrf_field()}}
Embedded Fields
CRM Contact
^firstname^
^lastname^
^address^
^city^
^state^
^postal^
^homephone^
^workphone^
^cellphone^
^email^

CRM Opportunity
^oppSource^
^oppComments^
^oppEditDate^

CRM Task
^taskName^
^taskSchedDate^
^taskApptTime^
^taskApptNotes^
^taskNotes^
^completeddate^
^estdays^
^lastEditDate^
Office
^officename^
^officeaddress^
^officecity^
^officestate^
^officepostal^
^officephone^
^officeemail^

Salesperson
^spname^
^spemail^
^spphone^
^spmobile^

Record
^recCreatedDate^
^recCreatedBy^

NOTE: CRM Task Fields only available for task related notices (e.g., Scheduling Sales Tasks). These fields are not used when the opportunity changes status (e.g., New, Warm, Cold, etc.).