Skip to main content

A quote is updated

Webhook 

This event occurs when a quote is updated.

Note that this event will NOT occur when a quote has been lost or accepted/converted into an invoice (because the actual quote itself hasn't changed in these cases). If you want to know when quote changes status (e.g. from "open" to "closed-accepted") you should listen for the status webhook on quotes.

Note these fields:

  • context_str = quote
  • context_id = ... (this will be the quote_id of the quote)
  • event = update

Request

Responses

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