Skip to main content

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_id as 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.from and data.to values when present.
Last modified on April 26, 2026