Out of the box, there is one listener for each relevant quote status transition:
NotificationQuoteRequestedMessageListener
Sends a notification to the sales rep for a requested quote
NotificationQuotePublishedMessageListener
Sends a notification to the customer who requested the quote when the quote is published by the seller
NotificationQuoteRejectedMessageListener
Sends a notification to the customer who requested the quote when the quote is rejected by the seller
NotificationQuoteExpiredMessageListener
Sends a notification to the customer who requested the quote when the quote is expired
NotificationQuoteCanceledMessageListener
Sends a notification to the sales rep when the quote is canceled by the customer
Note
|
See Quote Status Transitions for more details |