Skip to main content

A quote status has changed

Webhook 

This event occurs when a quote changes status (for example, if the quote is marked as lost or if it is accepted by the customer).

Note these fields:

  • context_str = quote
  • context_id = ... (this will be the quote_id value of the quote that changed)
  • event = status

Your script should examine these attributes to determine the new status of the quote:

  • quote.quote_status_str
  • quote.quote_status_state

Your script may also wish to observe the quote.quote_status_name attribute, which provides a human-friendly status value.


If a quote has been accepted and turned into an invoice, there will be an invoices attribute containing the related invoice.


If a quote has been accepted and turned into a subscription, there will be a packages attribute containing the related subscription.

Request

Responses

Return a 200 status to indicate that the data was received successfully