Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel2

Oracle Application Express (APEX)

Match Pattern

When using the APEX base action, the default match pattern is .*\/apex\/f.*, matching any pages within APEX. Another option would be to set this based on your APEX server host name, which would be better if you’re sending different webhook actions from each APEX server. (Ex. https:\/\/apexhostname:8181\/apex\/f.*)

...

NameDescription
Application NamesList of APEX application names
WorkspaceAPEX workspace name

Oracle RESTful Data Services (ORDS)

Match Pattern

When using the ORDS base action, the default match pattern is .*\/apex\/f.*, matching any pages within APEX. Another option would be to set this based on your server host name, which would be better if you’re sending different webhook actions from each APEX server. (Ex. https:\/\/apexhostname:8181\/apex\/f.*). If you sending webhooks for both APEX and ORDS, it’s best to remove the match pattern for whichever action is used less frequently, as there’s no indication in the URL to differentiate between App Builder and ORDS.

...

NameDescription
Module NamesList of ORDS module names
SchemaORDS schema

Oracle Integration Cloud (OIC)

Match Pattern

The default match pattern for the OIC base action is .*integration\.ocp\.oraclecloud\.com.*.

...

NameDescription
Integration NamesOracle cloud integration names

Oracle Business Intelligence (OBI)

Match Pattern

No match pattern is set for the OBI base action, but you can easily add one based on host name. (Ex. http:\/\/obihost:9704\/analytics.*)

...