When a new profile is created or an existing profile is updated during an import, a webhook can be triggered with the profile information. The production-registerProfile webhook is triggered when a profile is created. The production-updateProfile webhook is triggered when the profile is updated.

To trigger the webhook during import, you need to set the triggerWebHook parameter in the request to true. For example:

{
  "fileName": "profileImport.json",
  "id": "Profiles",
  "format": "json",
  "mode": "standalone",
  "params": {
    "triggerWebHook": "true"
  }
}

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