Document Types
ParsaLink ships five document types out of the box. They share one underlying model — the Type field tells the system which status workflow and which template defaults to apply.| Type | What it’s for | Status workflow |
|---|---|---|
| Proposal | A pitch / scope for a prospect | draft → sent → viewed → revision_requested → revised → accepted / rejected / expired |
| Invoice | A billable invoice you want a customer to pay | draft → sent → viewed → paid / partially_paid / overdue |
| Contract | A binding agreement requiring signature | draft → sent → viewed → signed → countersigned → active → terminated |
| Quote | A formal price quote, narrower than a full proposal | draft → sent → viewed → accepted / rejected / expired |
| SOW | Statement of Work tied to a contract or project | draft → sent → viewed → accepted / rejected |
Need a deeper walkthrough of proposals specifically? See the Proposals page for the AI-assisted proposal generation flow, branding, sections, and follow-up automation.
What’s the Same Across All Types
Every document — regardless of type — gets:- Linking — attach to an Opportunity, Account, and one or more Contacts.
- PDF render — generate a branded PDF on demand (download or send by email).
- Email send — pick a recipient contact, customize the message, send via your configured Email account.
- Status tracking — when a recipient opens the PDF link, the document status auto-advances to
viewed. - Activity log — every status transition is timestamped on the entity timeline.
- Versioning — edit and resend without losing the original; the previous version stays on record.
Google Drive Sync
Any document can optionally sync its rendered PDF to your workspace’s Google Drive.How It Works
When you mark a document withsync_target = google_drive, ParsaLink:
- Renders the latest PDF.
- Uploads it to your Google Drive in a per-tenant folder structure.
- Stores the resulting Drive file ID + URL on the document.
Setting It Up
Connect Google Workspace
First connect your Google account at Settings → Integrations → Google Workspace — the
drive.file scope is included by default. See the Google Workspace page for the connection walkthrough.Enable Drive sync on documents
At Settings → Document Sync, toggle “Sync to Google Drive” for the document types you want. You can sync proposals but not invoices, for example.
Choose folder
Pick the target folder in your Drive. Defaults to a
ParsaLink Documents folder created at first sync.Unsync
To stop syncing a document, click Unsync from Drive on the detail page. The file stays in Drive (you can delete it manually) but ParsaLink will no longer push updates.Choosing the Right Document Type
Most teams pick the type by the use case:- Proposals for the initial pitch (often AI-assisted; see the Proposals deep-dive)
- Quotes when you have a more transactional, line-item-driven price-fix
- Contracts when signatures are needed (uploads via the Documents API once signed)
- Invoices when it’s time to get paid
- SOWs tied to an active engagement
draft, and the activity trail is preserved.
Documents from the AI Agent
The CRM AI agent can create, edit, and send any document type:“Draft a one-page proposal for the Globex opportunity using the AI Marketing Audit template and send it to John as soon as it’s ready.”The agent calls the
documents namespace tools, drafts the document, shows you a preview, and only sends once you confirm. See AI Chat for the conversational flow.