A quote is accepted
Webhook
This event occurs when a quote is accepted and generates an invoice/subscription.
Note these fields:
context_str = quotecontext_id = ...(this will be thequote_idvalue of the quote that changed)event = won
Your script should look for these values in these fields:
quote.quote_status_str = closed-wonquote.quote_status_state = cquote.quote_status_name = Accepted
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