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
- application/json
Body
data
object
quote
object
customer
object
Possible values: [print, email]
Possible values: [print, email]
invoices
object
0
object
Possible values: [evy, dly, 1wk, 2wk, 116, 4wk, 8wk, 30d, mon, 2mn, 12w, fst, lst, qtr, six, yrl, 2yr, 3yr, 4yr, 5yr, 10y, one]
packages
object
0
object
Responses
- 200
Return a 200 status to indicate that the data was received successfully