Webhooks properties
- Last UpdatedSep 06, 2023
- 1 minute read
Refer to the following information on the relevant configurable properties for Webhooks configuration item.
Authentication properties
|
Property |
Description |
Valid values |
|---|---|---|
|
AuthenticationMode |
The authentication to use for the connection. |
Basic, Json Web Token |
AuthenticationMode options
|
Option |
Description |
|---|---|
|
Basic |
Basic authentication will send readable username and password. If you choose this option, you must supply a username and password. We recommend using this method only when the URL is secure (https). Basic connection properties
|
|
Json Web Token |
Authentication is provided by the destination web application through use of a standard token. JSON web tokens are an open, industry standard method for representing claims securely between two parties. Json Web Token connection property:
|
Definition properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Sources |
The reporting points that contain the records of interest. Click Browse (...) to open the Select Source dialog box. Select the reporting points that contain the records that you want to be notified about. |
Any existing application reporting points. |
|
URL |
The uniform resource location (URL) to connect to the external server. Use HTTP or HTTPS. |
https://servername |