Webhooks
Event-driven integrations (conceptual guide).
When to use
Use webhooks for notifications, moderation queues, or syncing posts into another system.
Events
Typical events: post.created, post.updated, post.deleted, and media.processed.
Retries
Design idempotent handlers. Treat repeated deliveries as normal.
Reference
Build for scanning + visuals
The product identity is two-lane: fast classified browsing and gallery-first image posts. Keep UI consistent, lean, and readable.
What’s next
Expand this doc page with real API routes and schemas only when the connector is finalized—UI stays the same either way.
Keep contracts stable