# 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
----------
import Link from "next/link";
import { SiMake, SiN8n, SiZapier } from "@icons-pack/react-simple-icons";
All types of webhook events are available on every plan - Basic, Pro and Enterprise.
How to Subscribe to webhooks
List of available webhook events
We offer native integrations for most no-code tools. Get started in minutes without writing a single line of code.
n8n integration
Make.com integration
Zapier integration
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`)
* And more! See a [complete list of available webhook events](/webhooks/available-events)
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.