Quote emails and reminders in Sales Portal
Consumer Sales Portal sends quote details emails and reminder emails using configured email templates and reminder tasks.
- It generates a request to send an email with quote details to the email address on the specified quote.
- It uses the Email Consumer Portal Quote template to generate the first email that is sent to the consumer.
- It uses the Consumer Portal Quote Reminder task (ApplicationTask2035) to trigger the email reminder.
- It uses the Email Consumer Portal Quote Reminder template to generate the email that reminds the consumer of their open or incomplete quote.
Configure quote emails in Sales Portal
Configure product rules and email settings to enable Consumer Sales Portal quote notification and reminder emails.
Procedure
What to do next
Configuring quote email content
Configure consumer email templates by specifying email content, sender information, and portal URL settings.
The cw product list.xml file includes the default list of consumer email templates. However, you can configure the email templates to be product-specific.
List of email templates for a product
The list.xml defines the templates that will be used for the product version
...
<coderef name="consumer-portal">
<options key="email-template">
<option value="ConsumerEmailQuote" name="Quote" />
<option value="ConsumerEmailQuoteReminder" name="Reminder" />
</options>
</coderef>
Files that generate email content
- email templates (.vtl)
- The body text of the quote email is defined in the
/uw/api/rule/consumer-email-quote.vtl. The body text of the
quote reminder email is defined in the
/uw/api/rule/consumer-email-quote-reminder.vtl. Note: You can configure these VTL files to include the following objects: Application, portalURL, and retrieveQuoteURL.
- email.xml
- The Subject, SenderName, and SenderAddress can be configured in email.xml file. The settings in this file can be product-specific.
- api-settings.xml and config.properties
- The Consumer Sales Portal URL which can be included in the email is defined in web/APP-INF/mda/template/api-settings.xml. During deployment, the Consumer Sales Portal URL setting in /scripts/config.properties overrides the setting in api-settings.xml.
Quote Email Examples


Quote reminder emails in Sales Portal
Consumer Sales Portal sends reminder emails up to three times at configurable intervals for incomplete quotes.
After the /applications/{resourceId}/consumerEmailRequest API triggers an email to the consumer, the Consumer Portal Quote Reminder task (ApplicationTask2035) is created in the system. This task is a system-wide, reserved task and it cannot be customized per product.
The Consumer Portal Quote Reminder task sends the consumer a email reminder 10 days after the task is created. After a reminder email is sent, another Consumer Portal Quote Reminder task is generated unless the consumer has already received 3 reminder emails.
You can configure the number of days between reminders and the number of reminder emails.
Configure quote reminder emails
Configure the number of days between quote reminder emails and maximum reminder count.