You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notifications.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ Manage your NetLicensing Notifications from the *"Settings / Notifications"* sec
42
42
-**Events**: One or more events that will trigger the notification. Options include:
43
43
-**Create Customer**: Triggered when a new customer is created.
44
44
-**Create License**: Triggered when a new license is created.
45
+
-**Payment Transaction Processed**: Triggered on NetLicensing Shop transaction status change.
45
46
-**Change Warning Level**: Triggered on customer's [warning level](warning-level) changes (e.g., from `GREEN` to `YELLOW` or `YELLOW` to `RED`).
46
47
-**Type**: The type of notification. Currently, only `WEBHOOK` is supported.
47
48
-**Endpoint**: The URL where an HTTP POST request with the specified payload will be sent. **Note:** The endpoint must use the secured HTTPS protocol with a public SSL/TLS certificate.
@@ -58,7 +59,7 @@ The standard payload structure includes the following fields:
58
59
-**Timestamp**: `{$.timestamp}` - timestamp of the notification
59
60
-**Origin**: `{$.origin}` - can be one of the following: `Notification`
60
61
-**Entities**: `{$.entities}` - notification-specific data
61
-
-**Name**: `{$.entities.Event[0].name}` - notification name; can be one of the following: `LICENSEE_CREATED`, `LICENSE_CREATED`, `WARNING_LEVEL_CHANGED`
62
+
-**Name**: `{$.entities.Event[0].name}` - notification name; can be one of the following: `LICENSEE_CREATED`, `LICENSE_CREATED`, `WARNING_LEVEL_CHANGED`, `PAYMENT_TRANSACTION_PROCESSED`
62
63
63
64
Below are examples of the payload structure (`{$}` element) for different notification types:
64
65
@@ -129,6 +130,53 @@ Below are examples of the payload structure (`{$}` element) for different notifi
0 commit comments