Difference between revisions of "Events/Invoice Delivery Events"
From Emersion
m (added anchor field defs) |
m (clarified using comma as email address separator) |
||
Line 82: | Line 82: | ||
** '''Secondary Contact''' will use the Secondary Contact's Email Address | ** '''Secondary Contact''' will use the Secondary Contact's Email Address | ||
** '''Billing Contact''' will use the Billing Contact's Email Address. | ** '''Billing Contact''' will use the Billing Contact's Email Address. | ||
− | ** '''Custom ...''' which allows the user to enter a | + | ** '''Custom ...''' which allows the user to enter a comma delimited list of email addresses. [eg. test@test1.com,test@test2.com] |
− | * '''CC''' is the carbon copy field. | + | * '''CC''' is the carbon copy field. Also accepts comma delimited list of email addresses. [eg. test@test1.com,test@test2.com] |
− | * '''BCC''' is the blind carbon copy field. | + | * '''BCC''' is the blind carbon copy field. Also accepts comma delimited list of email addresses. [eg. test@test1.com,test@test2.com] |
* '''Subject''' is the subject field. This field accepts variables, a list of variables will appear next to the field when in focus to assist the user as to what is available. | * '''Subject''' is the subject field. This field accepts variables, a list of variables will appear next to the field when in focus to assist the user as to what is available. | ||
* '''Priority''' is the message priority. | * '''Priority''' is the message priority. | ||
* '''Attachment''' will only appear for invoice based event types and can be only None or Invoice. | * '''Attachment''' will only appear for invoice based event types and can be only None or Invoice. | ||
* '''Content''' is a HTML editor which also allows template variables. | * '''Content''' is a HTML editor which also allows template variables. |
Revision as of 10:06, 23 May 2016
Contents
Invoice Email Template
The Invoice email template defines the content and layout of the email that is sent to your customer containing the .PDF invoice attachment. A number of variables are available to include in the email, such as customer number, customer name, invoice number, invoice amount, and invoice due date.
To Display Invoice Email Templates
- Select Events > Templates > from the Menu. A list of all existing event templates will be shown.
- Locate the Invoice Delivery template in the Event column, and click the template number or name in the ID or Name column. The invoice email template will be displayed.
- Click the Return to list button to exit.
To Create an Invoice Email Template
- Select Events > Templates > from the Menu. A list of existing templates will be shown.
- Click the Create New Template button. The Create a Template page will appear.
- Enter the Name or description to give the invoice email template.
- Select “Invoice Delivery” from the Event Type drop list. This indicates that the current template is related to invoice delivery. Depending on the event configuration set up, you will see other event types in this list, such as Invoice Due and Invoice Overdue. You can use this function to set up other templates for these event types (for further information, refer to the Events User Manual).
- Select the Event Mapping required.
- The list will only show the event mappings that Emersion has mapped for you. Events are configured by Emersion’s support team specifically to your individual requirements. If no event mapping is shown for the Invoice Delivery event type, please contact the Emersion support team.
- Enter the Sender name / email address. This name will appear in the email message From field.
- Select the required Recipient using the option buttons, as follows:
- Default Account Recipient
- Primary Contact
- Billing Contact
- Secondary Contact
- Custom - enter the email address(es) to send the email, separated by a comma
- The system uses the email address recorded against the customer account, or the email address entered in the Custom field, to send the invoice email.
- Enter a CC recipient to send a copy of the invoice to another person, if required.
- Enter a BCC recipient if required.
- Enter the Subject text to show in the invoice email subject line.
- Select variables to include in the invoice email subject line from the list of Variables that appear beside the Subject field. Variables available include:
- Account ID
- Contact First Name
- Contact Surname
- Previous Balance (incl GST)
- Invoice ID
- Invoice Issue Date
- Invoice Due Date
- Amount Due (incl GST)
- Invoice Amount (Excl GST)
- Invoice Amount (Incl GST)
- Cumulus Username
- Previous Balance (Incl GST)
- Payments Received
- Click the variable name in the list. The variable code (e.g. ‘{account->id}’, ‘%%FNN%%’, etc.) will be added to the subject field text. Position it within the text as required.
- Select the email Priority from the drop list (i.e. Low, Default, or High).
- Tick the Invoice check box under Attachments to attach the invoice to the email.
- Select the invoice template to associate with the event from the Invoice Template Selection drop list.
- Enter the message text in the Content box. The Content box is a basic HTML editor (i.e. tinyMCE). Some standard text formatting options are available.
- To add graphics to the message, such as an image or logo, the image file needs to be hosted externally. This is the preferred way of handling images in a message, rather than as attachments. This is done by editing the HTML directly, using the Edit HTML Source function, and including the image in the HTML code directly.
- Insert the required account and invoice Variables into the message. These are shown beside the Content box, per step 11 above. Click the variable name in the list. The variable code will be added to the subject field. Position it within the text as required.
- Use the Preview function to see how the invoice email will appear to the customer.
- Click the Save button. The Invoice Email Template details will display.
- Click the Return to list button to exit.
To Edit an Email Invoice Template
- Select Events > Templates > from the Menu. A list of existing event templates will be shown.
- Locate the Invoice Delivery event template, and click the template number or name in the ID or Name column. The invoice email template details will be displayed.
- Click the Edit button. The page will be updated to show the fields enabled for editing.
- Enter or modify the invoice email information in the appropriate fields.
- Click the Save button. The updated template details will display, with an information box showing the template has been saved successfully.
- Click the Return to list button to exit.
To Delete an Email Invoice Template
- Select Events > Templates > from the Menu. A list of existing templates will be shown.
- Click the Delete Template link beside the required template in the Delete Mapping column. An information box will display showing that the template has been deleted.
Field Definitions
- Name is simply a name reference for the user.
- Event Type is the event type that this message is applied to.
- Sender is what will be used as the sender of the email.
- Recipients is a complex field allowing the user to select where the message will be sent. Choices can be;
- Default Account Recipient which uses some business logic to work out the recipient from the users account. (Effectively looks for the existence of an email address by first checking the Billing Contact, then Primary Contact)
- Primary Contact will use the Primary Contact's Email Address
- Secondary Contact will use the Secondary Contact's Email Address
- Billing Contact will use the Billing Contact's Email Address.
- Custom ... which allows the user to enter a comma delimited list of email addresses. [eg. test@test1.com,test@test2.com]
- CC is the carbon copy field. Also accepts comma delimited list of email addresses. [eg. test@test1.com,test@test2.com]
- BCC is the blind carbon copy field. Also accepts comma delimited list of email addresses. [eg. test@test1.com,test@test2.com]
- Subject is the subject field. This field accepts variables, a list of variables will appear next to the field when in focus to assist the user as to what is available.
- Priority is the message priority.
- Attachment will only appear for invoice based event types and can be only None or Invoice.
- Content is a HTML editor which also allows template variables.