Notes from watching The Many Meanings of Event-Driven Architecture - Martin Fowler -GOTO 2017
This post also covers it: https://martinfowler.com/articles/201701-event-driven.html
If System A needs to communicate with System B, i.e. a customer management system needs to tell a quoting system to trigger a requote, then if it's via API A needs to know B's API, etc.