Kemon Docs

Webhooks

Receive real-time event notifications via HTTP webhooks.

Webhooks allow your application to receive real-time notifications when events occur in Lemonade.

Overview

Configure webhook endpoints to receive HTTP POST requests when specific events happen in your workspace — such as ticket creation, status changes, or comment additions.

Setup

Webhook configuration is coming soon. This page will be updated with setup instructions, event types, payload formats, and security best practices.

Security

Webhook payloads include a signature header for verifying authenticity. Always validate signatures before processing webhook data.

On this page