Fanduit / Platform / Webhooks
Events

Know the moment anything happens.

Fanduit fires HMAC-signed webhooks for new subs, messages, tips, chargebacks, and account status changes. Build real-time alerts, automations, and pipelines on events you can trust.

Start For Free See how it works Signed and retried
subs · tips · messages events HMAC signed security 6 retries delivery
POST your-endpoint · Fanduit-Signature
# a signed event, retried until you 2xx
Fanduit-Signature: t=1720…,v1=8f2a…
{
  "event": "tip.received",
  "amount": 50,
  "fan": { "name": "Ava" }
}
Real-time
Delivery
HMAC
Signed
6
Retries
Replay
Supported
Capabilities

Events you can build a business on

Real-time, signed, and durable.

🔔

Rich event catalog

Subscribe to new subs, messages, tips, mass-message completion, chargebacks, and account status.

🔒

HMAC signatures

Every payload is signed so you can verify it came from Fanduit before you act on it.

🔁

Automatic retries

Deliveries retry with exponential backoff up to six times until your endpoint returns 2xx.

📜

Delivery log

See every attempt, status, and payload in the dashboard, and replay when you need to.

🎯

Per-endpoint routing

Register multiple endpoints and route different events to different systems.

🧩

No-code ready

Point a webhook at Zapier, Make, or n8n and skip the server entirely.

Try it

Call it in your language

See all 351+
How it works

Start receiving events

Register, verify, act.

Register an endpoint

Add your URL in the dashboard and pick the events you want.

Verify the signature

Check the Fanduit-Signature header with your secret to confirm each payload.

Act on it

Trigger an alert, update a record, or call the API back to respond.

Use cases

What events drive

The nervous system of your ops.

Alerts

Real-time pings

Notify your team the instant a big tip or new sub lands.

CRM

Live sync

Keep your CRM current as fans subscribe, spend, and lapse.

Recover

Chargeback response

Kick off a dispute workflow the moment a chargeback fires.

Data

Event pipelines

Stream every event into your warehouse for analytics and modeling.

Built for agencies. Trusted by creators. Powerful for developers.

🏢 Agencies

Run a whole roster from one API — connect every creator you operate and automate messaging, growth, and reporting at scale.

⭐ Creators

Neutral infrastructure on accounts you own, with encrypted credentials, per-account proxies, and no screen sharing.

⚙️ Developers

Clean REST + MCP, signed webhooks, idempotency, and transparent credit metering. Build tools that don\'t break by morning.

FAQ

Questions operators ask

How do I verify a webhook?

Each delivery includes a Fanduit-Signature header with a timestamp and HMAC. Recompute it with your signing secret and compare before acting.

What happens if my server is down?

Fanduit retries with exponential backoff up to six attempts, and every attempt is logged so you can replay missed events.

Which events can I subscribe to?

New subscriptions, messages, tips, mass-message completion, chargebacks, and connected-account status changes, with more added over time.

Do I need a server?

No. Point a webhook at Zapier, Make, or n8n and handle events with no code at all.

Build on real-time events

Register an endpoint and start receiving signed webhooks today.

Start For Free See pricing