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 = quotecontext_id = ...(this will be thequote_idof the quote)event = update
Request
Responses
- 200
Return a 200 status to indicate that the data was received successfully