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: src/pages/events/create-events.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
---
2
-
title: Events Subscriptions grid
2
+
title: Create events from the Admin
3
3
description: Learn about managing events subscriptions through the admin in Commerce Cloud Service.
4
4
keywords:
5
5
- Events
6
6
- Extensibility
7
7
---
8
8
9
-
# Managing Events through the Admin in Adobe Commerce as a Cloud Service
9
+
# Create events from the Admin
10
+
11
+
<InlineAlertvariant="info"slots="text1" />
12
+
13
+
This feature is available only in Adobe Commerce as a Cloud Service (ACCS).
10
14
11
15
In addition to the available [REST endpoints for event subscriptions](./api.md), Adobe Commerce as a Cloud Service also supports managing events through the Admin.
12
16
@@ -31,7 +35,7 @@ Field | Description
31
35
**Event Name** | Select one of the supported Commerce event names from the dropdown.
32
36
**Event Name Alias** | A unique alias name for the event. An alias is required for events that have rules configured.
33
37
**Event Provider** | Select the event provider to which the event should be delivered. If a workspace configuration is set for the provider, event metadata will be created and linked to the provider when the event subscription is saved.
34
-
**Is Enabled** | Indicates whether the event is enabled. Disabled events are not emitted from Commerce.
38
+
**Is Enabled** | Indicates whether the event is enabled. Commerce does not emit disabled events.
35
39
**Priority** | Indicates whether the event has priority status. Priority events are sent within a second, whereas non-priority events can take up to 59 seconds to send.
0 commit comments