Template Preview
Preview templates with sample proposal data
About Preview Mode
Templates are previewed with sample proposal data to show how they'll look to end users. Real proposals use data from Salesforce.
View sample data used for previews
{
"proposalName": "Sample CRM Implementation Proposal",
"accountName": "Acme Corporation",
"contactName": "John Smith",
"contactEmail": "john.smith@acme.com",
"description": "Complete Salesforce CRM implementation with custom integrations",
"totalAmount": 45000,
"validUntil": "2026-02-25T22:10:56.484Z",
"closeDate": "2026-03-27T22:10:56.486Z",
"paymentStatus": "Pending",
"lineItems": [
{
"productName": "Salesforce CRM Setup",
"description": "Initial setup and configuration",
"quantity": 1,
"unitPrice": 15000,
"totalPrice": 15000
},
{
"productName": "Custom Integration Development",
"description": "API integrations with existing systems",
"quantity": 80,
"unitPrice": 200,
"totalPrice": 16000
},
{
"productName": "Training & Support",
"description": "3 months of onboarding support",
"quantity": 1,
"unitPrice": 14000,
"totalPrice": 14000
}
]
}