When performing an import, if an account is deactivated, an email is triggered to notify you of the change of the account’s status. To trigger emails during the import, process, send the specific email template as a parameter in the request payload. The following example shows how you would use the accountDeactivatedEmail template:

{
  "fileName": "accountImport.json",
  "id": "Accounts",
  "format": "json",
  "mode": "standalone",
  "params": {
    "accountDeactivatedEmailTemplate":"organization_deactivated_v1"
  }
}

For detailed information on account configuration and working with accounts, refer to Using Oracle Commerce Cloud.


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