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/module-development.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Adobe Commerce is capable of emitting thousands of different observer and plugin
16
16
17
17
You can use the Commerce Admin or the command line to find supported events and their payloads:
18
18
19
-
* In the Admin, select **System** > Events > **Events** to display the _Event list_ page.
19
+
* In the Admin, select **System** > Events > **Events** to display the _Events list_ page.
20
20
21
-

21
+

22
22
23
23
The left navigation contains a list of enabled modules on your system. Click on a module name to display a list of supported events. When you select an event, the main panel of the Admin displays the event's payload.
Copy file name to clipboardExpand all lines: src/pages/webhooks/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The resolution of a remote call also determines whether you should implement a w
27
27
28
28
Use these guidelines to develop your own webhooks:
29
29
30
-
1. Identify the Adobe Commerce event that triggers a webhook. Adobe Commerce merchants can browse the available events from the Admin by selecting **System** > Events > **Events** to display the Event list page.
30
+
1. Identify the Adobe Commerce event that triggers a webhook. Adobe Commerce merchants can browse the available events from the Admin by selecting **System** > Events > **Events** to display the Events list page.
31
31
32
32
1. Understand the default payload of the corresponding webhook by running the [`bin/magento webhooks:info` command](commands.md#display-the-payload-of-a-webhook).
0 commit comments