Versions Compared

Key

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

The extension popup can be opened and closed using the keyboard shortcut Ctrl+Shift+E (or Cmd+Shift+E for Mac)

Sending a Webhook

...

After reviewing, click Send Webhook to send the payload to FlexDeploy. After receiving a response, the result will be indicated with a (tick) for a valid response and or a ❌ with the error message for a failed response. Check You can check the console logs for more details after a failed response.

...

Creating/Updating an Action

From the My Actions tab, you can create and configure your own actions which will define the content being sent to FlexDeploy. Each action will be linked to some webhook URL defined by you, so you could have different actions for each webhook function you want to run in FlexDeploy.

Note

Actions are saved in the browser’s local storage, so actions will be cleared whenever browsing data is cleared.

Action Details

Name

Description

Name

Name to identify your action

Base Action

Technology template to use, which will add some technology-specific properties to the action and set a URL match pattern. Currently, base actions are available for Oracle APEX, ORDS, OIC, and OBIEE.

Webhook URL

Full URL to send to FlexDeploy. This will be in the format <FlexDeploy base URL>/flexdeploy/webhooks/v1/<webhook function URI>.

URL Match Pattern

A regular expression to determine when the extension should default to this action when the popup is opened. <regex reference>Ex. .*/apexFor help generating an expression, see https://regex101.com/ .

Example: .*\/apex\/f.* for an APEX action

Properties

Define any additional information you want to send along with your webhook. See more details in the table below.

Properties

Name

Description

Name

Name for your property.

Data Type

Options are single item or list data. All values are sent as string.

Default Value Type

Literal - literal Literal text

Selector - A CSS selector to derive the property’s value from page content.

Javascript - A Javascript statement, or multiple statements, for deriving the property’s value. The last statement must return the value.

Default Value

The literal text, selector, or Javascript to be used for finding the default value.

Subfield

Optionally, provide a subfield for the value for each list item

...

.