deal.created
What this event means
deal.created is emitted whenever a new deal is created in Klipy.
Webhook type
deal.created
Internal source mapping
Payload example
Delivery and idempotency handling
- Keep processing idempotent; duplicate deliveries are possible during retries.
- For dedupe and merge logic, use
data.deal_id. - Optional fields are populated depending on enrichment availability. Persist defensively when only partial fields are present.
- Only acknowledge after the deal has been saved in your downstream system.