CRMpipedrivesales-inboxtemplatescrm

How to use Draftship with Pipedrive

Pipedrive's email templates accept pasted HTML in source mode. Wire merge fields against deals or contacts and send through the Sales Inbox without leaving the CRM.

HTML import path
code editor
Merge syntax
[Contact.first_name]
Image hosting
external
Best for
Pipeline-focused sales teams running on Pipedrive's deal-centric data model.
Watch out for
Sales Inbox is plan-gated. Templates work on every plan but Email Sync requires Advanced or higher.

Pipedrive built its product around the deal pipeline, and email is a feature attached to that pipeline rather than a standalone surface. Reps compose from a deal or contact record, the email gets logged automatically, and templates make repetitive outbound faster. Drop a Draftship export into a template and reuse across every deal.

Where Pipedrive accepts pasted HTML

From the dashboard: Settings (gear icon) → Templates or directly from a deal's email tab via Templates → New Template. Inside the template editor, click the <> HTML button to switch to source mode. Paste your full Draftship export.

STEP 1Design inDraftshipBlock editorSTEP 2ExportOutlook-safe HTMLCmd+ESTEP 3PipedriveTemplatesSettings > TemplatesSTEP 4Insert[Field.name]tokensPipedrive merge syntaxSTEP 5Send from deal orcontactvia Sales InboxPipedrive handoff
Draftship to Pipedrive template handoff

Merge field syntax

Pipedrive uses square-bracket merge fields with object names.

DraftshipPipedrive
{{ first_name }}[Contact.first_name]
{{ last_name }}[Contact.last_name]
{{ email }}[Contact.email]
{{ company }}[Organization.name]
Deal title[Deal.title]
Deal value[Deal.value]
Sender (rep)[Sender.first_name]

Pipedrive doesn't have inline defaults. If a field is empty, the substitution renders as empty. Pre-populate fields via Pipedrive's Required Fields setting if missing values would break the email tone.

Sales Inbox vs Email Sync

Pipedrive splits email handling:

  • Email Sync: bidirectional sync with Gmail or Outlook. The rep's mailbox is the source of truth.
  • Sales Inbox: Pipedrive-hosted inbox alternative. Send and receive inside the CRM without a separate mailbox.

Templates work in both. Sales Inbox is on Advanced and higher plans; Email Sync is more broadly available.

What Pipedrive does to your HTML

The source-mode editor preserves pasted HTML. A few quirks:

  • Pipedrive adds a tracking pixel for opens if tracking is on per template.
  • The composer can wrap signature blocks in their own div. If your Draftship export includes a signature, drop the rep signature setting to avoid duplication.
  • Email-to-deal linking can attach pasted HTML emails to multiple deals if the contact is on more than one. Confirm linkage on send.

Test send checklist

  • Send to yourself from a real deal to validate merge resolution.
  • Run the size checker on the rendered output.
  • Open in Gmail and Outlook to confirm rendering through the rep's mailbox.
  • Verify the email logs to the deal timeline correctly.

When to use Pipedrive's drag-drop builder

Pipedrive's template editor is light. For complex layouts, the source-mode path with Draftship is cleaner. For quick edits to existing templates, drag-drop is fine.

For Outlook-specific button rendering, see Outlook-safe email buttons.

FAQ

Frequently asked questions

Can I use Liquid in Pipedrive templates?
No. Pipedrive uses its own [Object.field] merge syntax. Liquid expressions are not parsed.
Does Pipedrive Sales Inbox cost extra?
It's included on Advanced and higher plans. Lower plans use Email Sync with the rep's existing mailbox.
How do I personalize a deal-stage-aware email?
Reference the deal stage with [Deal.stage_id] but format it client-side. Pipedrive's templates don't support conditional logic; use multiple templates per stage instead.
Will Pipedrive's tracking pixel break my email's render?
No. The pixel is appended at the bottom and is a 1x1 transparent image. Some Outlook versions show a tiny gap; it's negligible.
Can templates send through Pipedrive's automations?
Yes. Workflow Automation can fire emails based on deal events, picking from your saved templates. The merge field resolution works the same as manual sends.
Try it yourself

Design in Draftship. Paste into Pipedrive.