Documentation Index
Fetch the complete documentation index at: https://klipy.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
deal.moved
What this event means
deal.moved is emitted when an existing deal changes stage in a pipeline.
Webhook type
deal.moved
Internal source mapping
| Internal event | Trigger path |
|---|---|
deal.stage_changed | Deal stage update is persisted and stage transition is detected. |
Payload example
Delivery and idempotency handling
- Use
data.deal_idas the primary idempotency key for this event. - Because retries are possible, ensure stage transitions are applied only once per
type+data.deal_id. - If your workflow needs stage metadata, use
data.fromanddata.tovalues when present.