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 = quotecontext_id = ...(this will be thequote_idvalue of the quote that changed)event = status
Your script should examine these attributes to determine the new status of the quote:
quote.quote_status_strquote.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
- 200
Return a 200 status to indicate that the data was received successfully