Save up to 90%Learn more

JobsiteOn Help Center

Great field operations start with clear guidance

Find complete route-verified guides for authentication, onboarding, owner workflows, settings, integrations, security, and release operations.

Create and Send Quotes

Build, send, and verify proposal PDFs with the current quote workflow.

QuotesLiveQuotes
Liam Chen

Written by Liam Chen

Product Specialist, Core Workflows

Updated 3/23/2026

Verified Routes

  • /quotes
  • /quotes/new
  • /quotes/[slug]
  • /q/[token]

Overview

Use this flow when you need to create a quote, send it as a proposal, and confirm the customer-facing PDF output.

What is now in production

  • Quote send generates a real PDF attachment (Proposal-<quoteNumber>.pdf).
  • /quotes/[slug] now embeds the generated proposal PDF on the left side of the detail page and keeps the live action, message, activity, file, and detail rail on the right, with the prior HTML preview only as a fallback.
  • Customer portal PDF download works from /q/[token]/pdf.
  • Default proposal layout is brand-aware and uses live record data.
  • If no company logo exists, the PDF header renders cleanly without a logo placeholder.
  • After a draft is saved, quote builder preview can refresh against live renderer output.
  • Sent quote emails are tracked in Inbox sent threads with attachment metadata.
  • Default outbound quote email styling now uses the saved branding logo and current document accent color.
  • Quote send dialog includes Send a Bcc to myself and Notify customer via SMS.
  • SMS preview and reminder automation defaults are controlled from /settings/communications.

Routes used

  • /quotes
  • /quotes/new
  • /quotes/[slug]
  • /q/[token]

Step 1: Prepare quote data

  1. Open /quotes/new.
  2. Set contact and property (required for To and For blocks).
  3. Add scope, services, and line items.
  4. Save and confirm totals on /quotes/[slug].

Step 2: Confirm branding inputs

Before sending, confirm these workspace settings are correct:

  • /settings/company/branding for logo and brand color.
  • /settings/company/branding now crops company logos before upload and saves only the cropped asset used by PDFs and branded email headers.
  • /settings/company/branding document palette (text/muted/line/paper colors).
  • /settings/company/branding document labels (Proposal, reference/date/valid-for labels).
  • /settings/company/branding header/footer toggles (show company name, registration number).
  • /settings/company for company name/contact details.

These values feed the default proposal PDF header/footer and the default quote email layout.

Step 3: Send the quote

  1. Open /quotes/[slug].
  2. Review the embedded generated proposal PDF on the left side of the detail page.
  3. Confirm recipient email.
  4. Choose send controls:
    • Send a Bcc to myself
    • Notify customer via SMS
    • Optional SMS phone override and Preview SMS
  5. Send the quote to the recipient email.
  6. Keep Attach PDF enabled if you want the proposal attached in email.
  7. Open /inbox and confirm the sent thread contains the outbound quote email.

Expected result:

  • Email is sent.
  • Bcc and SMS behavior follows selected send toggles (or workspace defaults).
  • Attachment is Proposal-<quoteNumber>.pdf.
  • Public quote link points to /q/[token].
  • Inbox sent thread shows attachment count and PDF filename.

Step 4: Verify customer portal PDF

  1. Open the customer link /q/[token].
  2. Click Download PDF.
  3. Confirm the PDF opens and includes current quote totals, scope, and branding.

Validation checklist

  • Quote send succeeds without blocking errors.
  • Proposal attachment is present in sent email.
  • /q/[token]/pdf returns a PDF file (not JSON).
  • Header/footer content matches workspace branding and company settings.
  • Outbound quote email uses the saved logo and brand accent when default email content is used.
  • /inbox/threads/:id includes outbound email attachment metadata for the PDF.

Troubleshooting

Download PDF opens data instead of a PDF file

This should not happen in current production behavior. Re-test with a fresh sent quote and confirm the token is valid.

If no logo is configured in branding settings, this is expected. Add a logo in /settings/company/branding and resend.

Contact or location block is incomplete

Update contact/property records used by the quote and resend so the PDF reflects current data.

Related articles