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/event-types.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1176,10 +1176,16 @@ curl -X POST "https://api.us.svix.com/api/v1/event-type/user.signup/" \
1176
1176
</CodeTabs>
1177
1177
1178
1178
:::info[Important]
1179
-
Keep in mind that endpoints with no event type filtering will receive all messages regardless of feature flags. Also, users with knowledge of a feature flag-gated event type can subscribe to that event type regardless of feature flags.
1179
+
Keep in mind that endpoints with no event type filtering will receive all messages regardless of feature flags.
1180
+
1181
+
Users with knowledge of a feature flag-gated event type can subscribe to that event type regardless of feature flags.
1180
1182
Feature flags only impact event types' visibility in the catalog and the API, not their deliverability.
1183
+
1184
+
For backwards compatibility, when adding a feature flag to an existing event type, users that are already filtering by that
1185
+
event type in one of their endpoints will still see it in the Event Catalog and the API.
0 commit comments