Loading...
Loading...
Write and structure a Qwilr proposal page that closes deals. Use when writing a Qwilr proposal, structuring a proposal page, building a Qwilr quote, creating a pricing table, designing an interactive proposal, laying out a web proposal, or planning proposal page sections.
npx skill4agent add sales-skills/sales sales-proposal-page/sales-deal-room| Section | Qwilr Block Type | Purpose |
|---|---|---|
| Cover / Hero | Splash block | First impression, prospect's name/logo, one-line value prop |
| Executive Summary | Text + Image block | Why this matters to them specifically (2-3 paragraphs max) |
| Problem & Solution | Text block or Accordion | Frame the pain, present your solution mapped to their needs |
| Scope of Work | Text block or Accordion | What's included, deliverables, timeline |
| Pricing | Quote block | Interactive pricing table with line items |
| Timeline & Milestones | Text block | Key dates, phases, dependencies |
| About Us / Team | Text + Image block | Credibility — relevant team members, case study snippets |
| Next Steps / CTA | Accept block | Clear call to action — accept the proposal, sign, or book a call |
{{token}}{{company_name}}{{contact_first_name}}{{deal_amount}}fixedCostisOptional: truequantityoneOffrecurringPOST /pages{
"name": "Proposal for {{company_name}}",
"isPublished": false,
"tags": ["proposal", "{{deal_stage}}"],
"blocks": [
{
"savedBlockId": "<from GET /blocks/saved>",
"tokens": {
"company_name": "Acme Corp",
"contact_first_name": "Jane"
}
}
],
"quoteSections": [
{
"title": "Platform License",
"items": [
{
"title": "Annual Platform License",
"description": "Full access to all features",
"type": "fixedCost",
"fixedCost": { "amount": 24000, "currency": "USD" },
"isOptional": false,
"billing": { "type": "recurring", "frequency": "annual" }
}
]
}
]
}GET /blocks/savedisPublished: falsetokensAuthorization: Bearer <your-jwt-token>https://api.qwilr.com/v1/sales-deal-room{{token}}{{company_name}}{{contact_first_name}}/sales-proposal-analytics/sales-qwilr-automation/sales-deal-room/sales-proposal-template/sales-proposal/sales-donpx skills add sales-skills/sales --skills sales-do