API Docs
Integrate Proposar with your tools.
Zapier Webhooks
Use webhooks to automate your workflow when proposals are created, viewed, accepted, or declined.
# Webhook events (coming soon)
proposal.created
proposal.viewed
proposal.accepted
proposal.declined
proposal.expired
Zapier integration is in development. In the meantime, use the Share via Email or Copy Link options to share proposals. For custom integrations, contact us.
Request Zapier access →REST API
A full REST API for proposals, clients, and templates is planned. For now, the app uses authenticated endpoints for dashboard actions.
# Example: Proposal share link
GET https://proposar.io/proposal/<share_id>
# Public proposal view (no auth)
GET https://proposar.io/api/proposal/<share_id>/pdf
# Download proposal PDF
Email tracking
When you send a proposal via email, we embed a 1×1 tracking pixel. When the client opens the email, we record the open and notify you. The proposal link also tracks views and scroll depth when the client opens it in a browser.