Skip to content

Commit

Permalink
Merge pull request #223 from ryanjcohen/CEXT-3031-update-app-development
Browse files Browse the repository at this point in the history
CEXT-3031: Update App Development page with webhooks info
  • Loading branch information
jhadobe authored Jun 12, 2024
2 parents 9a35db2 + 1f84288 commit 8a14e70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/app-development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Adobe Commerce continues to support the [PWA Studio](https://developer.adobe.com

### Plugins and observers

[Adobe I/O Events for Adobe Commerce](../events/index.md) enables building event-driven Commerce integrations using App Builder. You can define key events, like customer account updates, to be emitted from Commerce and construct apps that listen and react to these events.
[Adobe I/O Events for Adobe Commerce](../events/index.md) enables building near real-time, event-driven Commerce integrations using App Builder. You can define key events, like customer account updates, to emit from Commerce and construct apps that listen and react to these events.

[Adobe Commerce Webhooks](../webhooks/index.md) enables configuring synchronous logic to execute calls from Commerce to external systems when key events occur. You can use this real-time communication with external systems to validate or modify data in Commerce.

### Admin development

Expand Down

0 comments on commit 8a14e70

Please sign in to comment.