Skip to main content

A quote is accepted

Webhook 

This event occurs when a quote is accepted and generates an invoice/subscription.

Note these fields:

  • context_str = quote
  • context_id = ... (this will be the quote_id value of the quote that changed)
  • event = won

Your script should look for these values in these fields:

  • quote.quote_status_str = closed-won
  • quote.quote_status_state = c
  • quote.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

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