Email webhook vs inbound email API
An email webhook is the push notification that tells your application a message arrived. The inbound email API provides the inbox, message retrieval, attachments, search, and replay controls around that notification. Production systems normally use both.

