2 Terminology
- Endpoint: see webhook endpoint
- Event: Something, that happens in EMM like: recipient opened a mailing or mailing has been delivered successfully
- Event data: Information on a single event. Event data is contained in a webhook message.
- Notification: See webhook notification
- Webhook: Interface that sends notifications on events to a given URL. Each webhook is responsible for one event type.
- Webhook endpoint: Receiving service of webhook notifications.
- Webhook message: A webhook message contains one or more event data items of same type.
- Webhook notification: synonym for webhook message.