Skip to main content
These webhook events are fired when sale rows are changed:
  • sale.created
  • sale.changed
  • sale.deleted
  • sale.sold - when sale status is changed to sold
  • sale.lost - when sale status is changed to lost
  • sale.completed - when sale.completed is changed to completed
See also quote events

FieldValues for sale events

The following fields are included in the FieldValues property of the webhook payload for sale events:
  • activeLinks - active links
  • appointment_id - ID of the appointment
  • associate_id - ID of the associate who created the sale
  • comptr_id - ID of the competitor
  • contact_id - ID of the contact
  • credited_id - ID of the credited sale
  • currency_id - ID of the currency
  • done - sale is done
  • group_idx - ID of the group
  • person_id - ID of the person
  • probability_idx - probability index
  • project_id - ID of the project
  • reason_id - ID of the reason
  • reasonSold_id - ID of the reason sold
  • reasonStalled_id - ID of the reason stalled
  • registered - date of the sale registration
  • registered_associate_id - ID of the associate who registered the sale
  • saleTypeCat_id - ID of the sale type category
  • saleType_id - ID of the sale type
  • saledate - date of the sale
  • source_id - ID of the source
  • status - status of the sale
  • updated - date of the last update
  • updated_associate_id - ID of the associate who last updated the sale
  • userdef2_id - user-defined field 2
  • userdef_id - user-defined field 1

Sale.Created

Sale.Changed

Sale.Deleted

Sale.Sold

There are no field values for this event. Use the changed event instead.

Sale.Lost

There are no field values for this event. Use the changed event instead.

Sale.Completed