# Introduction URL: /webhooks Listen to events from your OnlyFans accounts on your webhook endpoint so your integration can automatically process data. *** title: "Introduction" description: "Listen to events from your OnlyFans accounts on your webhook endpoint so your integration can automatically process data." icon: Hand ---------- Webhooks are only available for Pro and Enterprise plans. A webhook is an HTTP endpoint that receives events from OnlyFans API. They allow you to be notified about events such as: * Receiving a message from a fan (`messages.received`) * New fan subscriptions (`subscriptions.new`) * Fan purchased a PPV message (`messages.ppv.unlocked`) You can use our API for less frequent actions like retrieving specific chats, profiles, or earning details, while webhooks help you scale your integration and process large volumes of business-critical events in near real-time.