Quotations API
Create professional quotes, send them to prospects, and convert accepted quotes to invoices seamlessly.
Feature Availability
The Quotations API is available for Standard+ subscription plans. Upgrade your plan to access quotation features.
Quotation Workflow
1
Create Quote
2
Send to Prospect
3
Convert to Invoice
Create Quotation
POST
/api/v1/quotations
Send Quotation
PATCH
/api/v1/quotations/{id}/send
Convert to Invoice
Convert an accepted quotation into an invoice for payment processing:
POST
/api/v1/quotations/{id}/convert
Quotation Status Values
draft
Quotation created but not yet sent
sent
Quotation sent to prospect
viewed
Prospect has viewed the quotation
accepted
Quotation accepted by prospect
rejected
Quotation rejected by prospect
expired
Quotation validity period expired
converted
Quotation converted to invoice