Quote Email
This email is sent to the quote recipients with a link to the quote PDF file.
The following context variables are provided when the email is rendered:
-
quote - the quote object
-
quote_url - the url to the quote PDF
{% include 'customizations/customizations_upload.html' with element=quote_email name='quote email' key='quotes' %}
Quote Approval Request Notification Email
This email is sent to users with the "approval" permission when a user submits a quote approval request.
The following context variables are provided when the email is rendered:
{% include 'customizations/customizations_upload.html' with element=quote_approval_request_email name='quote approval request email' key='quotes' %}
Quote Status Update Notification Email
This email is sent to the quote creator when a quote is approved or denied.
The following context variables are provided when the email is rendered:
{% include 'customizations/customizations_upload.html' with element=quote_status_update_email name='quote status update email' key='quotes' %}