The sendConfirmationMessage actor-chain allows you to manually send a confirmation e-mail for a specific scheduled order template.

Parameter

Description

email

The e-mail address, obtained from the customer’s profile. If an e-mail parameter is not passed in, the e-mail address of the current customer will be used by default.

templateName

The name of the template. If no template name is provided, the template name that is set on the confirmation object is used.

Send Manual E-Mail Confirmation Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{\"templateName" : \"NEW_ORDER\",\"email\" : \"jsmith@example.com\" }"
"http://localhost:8080/rest/model/atg/commerce/custsvc/order/CommitOrderActor/
sendConfirmationMessage"

Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices