Back to Quotify changelog
Quotify Update
📡 Proposals Are Now Available via the API
Great news for everyone building on top of Quotify — proposals are now accessible through the REST API! 🎉
You can now list and retrieve your proposals programmatically, complete with line items, totals, customer details, and status. Filter by date range, status, or a specific quote to pull exactly what you need.
This unlocks a whole new set of integrations:
- 📊 Sync proposals into your reporting tools or data warehouse
- 🔄 Push accepted proposals into your CRM or accounting system
- 🤖 Build custom workflows around proposal activity
Two new endpoints are live: GET /api/proposals to list, and GET /api/proposals/{id} to retrieve a single proposal. Check the Integrations settings page for the updated API reference, and the support docs for full examples.