---
title: Understanding webhook events
framework: appstoreconnectapi
role: article
role_heading: Article
path: appstoreconnectapi/webhook-events
---

# Understanding webhook events

Learn the events that describe payloads and the notifications the system sends.

## Overview

Overview Webhooks give you real-time, event-driven notifications via HTTP about payloads, so you can act on these events in an automated way. If enabled, you get notification from webhooks when one of the events you specify occurs. Use the webhook information to make subsequent calls to App Store Connect API to retrieve data. Webhook events describe the payloads that the systems sends to your listening server based on your configurations when using Create a Webhook Configuration. To read a list of possible webhook event types, see WebhookEventType. To learn more about setting up, testing, and parsing webhook configurations, see Configuring and parsing App Store Connect API webhook notifications. Learn webhook event types Here are three types of webhook event types; each includes different information, based on whether the systems notifies you about app status changes or beta-tester feedback crashes or screenshots.

## See Also

### Essentials

- [Configuring and parsing App Store Connect API webhook notifications](appstoreconnectapi/configuring-webhook-notifications.md)
