Skip to content

Commit 09f8e34

Browse files
committed
Editorial comments
1 parent ab93a16 commit 09f8e34

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/data/navigation/sections/events.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ module.exports = [
2828
path: "/events/conditional-events.md",
2929
},
3030
{
31-
title: "Events Subscriptions grid for Adobe Commerce as a Cloud Service",
32-
path: "/events/events-subscriptions-grid.md",
31+
title: "Create events from the Admin",
32+
path: "/events/create-events.md",
3333
},
3434
{
3535
title: "Add custom fields",

src/pages/events/events-subscriptions-grid.md renamed to src/pages/events/create-events.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
2-
title: Events Subscriptions grid
2+
title: Create events from the Admin
33
description: Learn about managing events subscriptions through the admin in Commerce Cloud Service.
44
keywords:
55
- Events
66
- Extensibility
77
---
88

9-
# Managing Events through the Admin in Adobe Commerce as a Cloud Service
9+
# Create events from the Admin
10+
11+
<InlineAlert variant="info" slots="text1" />
12+
13+
This feature is available only in Adobe Commerce as a Cloud Service (ACCS).
1014

1115
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.
1216

@@ -31,7 +35,7 @@ Field | Description
3135
**Event Name** | Select one of the supported Commerce event names from the dropdown.
3236
**Event Name Alias** | A unique alias name for the event. An alias is required for events that have rules configured.
3337
**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.
3539
**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.
3640

3741
### Configure event subscription fields

0 commit comments

Comments
 (0)