Configure webhooks

This section describes how to configure webhooks in the Oracle Commerce administration interface.

Before you configure the webhooks, you must identify the URLs of the web application or third-party provider where the webhooks will send notifications. You must use HTTPS URLs. See Troubleshoot SSL certificates for information about configuring the SSL certificates you install on your external system’s web servers.

To configure a webhook:

  1. Click the Settings icon.
  2. Click Web APIs and display the Webhook tab.
  3. Click the type of webhook you want to configure.
  4. For a function webhook, enter the URL where you want to send the POST requests. For an event webhook, enter one or more URLs. Separate multiple URLs with commas.
    (You must enter HTTPS URLs. See Troubleshoot SSL certificates for information about configuring the SSL certificates you install on your external system’s web servers.)
  5. If the external system you are integrating with requires a username and password, enter them under Basic Authorization.
  6. (Optional) To add a new property to the header of the request, click Add New Header Property and enter the name and value for the new property.
  7. Click Save.
Once the webhook is set up, Oracle Commerce can push data to the external system specified by the URLs you entered.