Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/reference/notifications-events-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ Time-based warning of an upcoming license expiration.

When someone signs up via the self-service portal (if enabled).

### Enterprise Portal Invite Sent

When a vendor sends an Enterprise Portal invite to a user

### Enterprise Portal Access Granted

When the first user accesses the Enterprise Portal for that customer team

### Enterprise Portal User Joined

When a user joins an Enterprise Portal customer

## Instance events

:::note
Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/event-notifications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For example, if you select both **Paid** and **Community** for the **License typ
When you specify multiple custom license field filters, all conditions must match for the notification to trigger (AND logic). For example, if you add filters for `seats > 99` and `tier == Enterprise`, then the value of the `seats` custom license field must be greater than `99` _and_ the value of the `tier` custom license field must be `Enterprise` to trigger a notification.

The Vendor Portal supports filtering by custom license fields for the following event types:
- Customer events (Customer Created, Customer Updated, Customer Archived, Customer Unarchived, Customer License Expiring)
- Customer events (Customer Created, Customer Updated, Customer Archived, Customer Unarchived, Customer License Expiring, Enterprise Portal Invite Sent, Enterprise Portal Access Granted, Enterprise Portal User Joined)
- Instance events (Instance Created, Instance Ready, Instance Upgrade Started, Instance Upgrade Completed, Instance Version Behind, Instance Inactive, Instance State Duration, Instance State Flapping)
- Support Bundle events (Support Bundle Uploaded, Support Bundle Analyzed)

Expand Down
2 changes: 2 additions & 0 deletions styles/config/vocabularies/ReplicatedTerms/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ SlackerNews
statusInformers
supportMinimalRBACPrivileges
targetKotsVersion
unarchive
Unarchived
Loading