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
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.