Docsv1.0
Event Hook API
Stream real-time tip events from your Tizemint campaigns to build custom integrations.
The Tizemint Event Hook API lets you receive real-time tip events via Server-Sent Events (SSE). Use it to build custom integrations — smart lights that change color on tips, chatbot announcements, n8n automations, or anything you can imagine.
What You Can Build
- Smart home integrations — Philips Hue lights that flash on every tip
- Chat notifications — Discord or Twitch chat messages announcing tips
- Automation workflows — n8n or Zapier triggers for tip events
- Custom dashboards — Real-time tip tracking with your own UI
- Creative integrations — The sky's the limit
Prerequisites
- A Tizemint creator account with at least one campaign
- An API token (created in your dashboard under Settings → API Tokens)
Quick Links
- Quickstart — Get your first event in under 2 minutes
- Authentication — Token management and security
- Event Types — All 4 event types with payload schemas
- SSE Endpoint — Connection details and error handling