Skip to main content

Generate & send quotation PDFs from Pipedrive to DottedSign for e-signature

Workflow preview

Workflow preview
100%
Generate & send quotation PDFs from Pipedrive to DottedSign for e-signature preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description: This powerful workflow automates your sales quotation process by connecting Pipedrive with DottedSign. When a deal is moved to a specific stage in Pipedrive, this template automaticall...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.pipedrivetrigger, n8n-nodes-base.pipedrive, n8n-nodes-base.filter, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.aggregate, n8n-nodes-base.converttofile, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kdan.

Original n8n.io source

1.1 Workflow description

Title
Generate & send quotation PDFs from Pipedrive to DottedSign for e-signature
Workflow name
Generate & send quotation PDFs from Pipedrive to DottedSign for e-signature

📌 Overview

Description:

This powerful workflow automates your sales quotation process by connecting Pipedrive with DottedSign. When a deal is moved to a specific stage in Pipedrive, this template automatically generates a professional PDF quotation, uploads it back to the deal, and sends it out for e-signature via DottedSign service, saving your sales team valuable time and eliminating manual work.

What it does

When a Pipedrive deal moves to a designated stage (e.g., "Quotation Stage"), this workflow triggers and performs the following actions:

  1. Gathers Data: It collects all relevant information, including deal details, client contacts, organization info, and associated products from Pipedrive.
  2. Generates PDF Quote: It populates a customizable HTML template with the collected data and uses a PDF generation service (Gotenberg) to create a polished PDF document.
  3. Uploads to Pipedrive: The generated PDF quote is automatically uploaded to the "Files" section of the corresponding Pipedrive deal for record-keeping.
  4. Sends for E-Signature: It creates a new signing task in DottedSign, sending the quotation to the client for their electronic signature.

Requirements

  • A Pipedrive account with admin permissions.
  • A DottedSign developer account to obtain API credentials.
  • A self-hosted instance of Gotenberg for HTML to PDF conversion.

How to set up

  1. Pipedrive Trigger Stage: In the If node, change the stage ID 7 to the ID of the pipeline stage you want to use as the trigger.
  2. PDF Conversion Service: In the Gotenberg to PDF (HTTP Request) node, replace the placeholder URL with the endpoint of your running Gotenberg instance.
  3. DottedSign Credentials: In the Get DottedSign Access Token node, enter your client_id and client_secret in the request body.
  4. DottedSign Signature Field: In the Create DottedSign Task node, you must adjust the page and coord values under field_settings to match the desired signature location on your PDF template.

How to customize the workflow

  • Quotation Template: Edit the Generate Quotation HTML node to modify the quote's appearance, text, company logo, and terms. The {{ ... }} expressions are placeholders that are filled with Pipedrive data.
  • Trigger: Replace the Pipedrive Trigger with another trigger, such as a webhook or a form submission, to adapt the workflow to different needs.
  • Notifications: Add a Slack or email node at the end of the workflow to notify the sales team once the quotation has been sent.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Pipedrive Trigger

Type / Role
n8n-nodes-base.pipedriveTrigger - pipedriveTrigger
Config choices
Version 1.1

Block 2 - Get a deal

Type / Role
n8n-nodes-base.pipedrive - pipedrive
Config choices
Version 1

Block 3 - editFlag=True

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 4 - Get many deal products

Type / Role
n8n-nodes-base.pipedrive - pipedrive
Config choices
Version 1

Block 5 - setProductRows

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Get a person

Type / Role
n8n-nodes-base.pipedrive - pipedrive
Config choices
Version 1

Block 7 - field_mappings

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - deal_details

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - person_details

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - deal_products

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 12 - Aggregate1

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 13 - Get an organization

Type / Role
n8n-nodes-base.pipedrive - pipedrive
Config choices
Version 1

Block 14 - org_details

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Convert to HTML

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1

Block 16 - Create a file

Type / Role
n8n-nodes-base.pipedrive - pipedrive
Config choices
Version 1

Block 17 - Create an activity

Type / Role
n8n-nodes-base.pipedrive - pipedrive
Config choices
Version 1

Block 18 - activity_details

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - DottedSign-CreateTask

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Extract from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 21 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate & send quotation PDFs from Pipedrive to DottedSign for e-signature
Complexity advanced
Nodes 35
Categories CRM
Author Kdan
Published 28 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10243/10243.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate & send quotation PDFs from Pipedrive to DottedSign for e-signature do?

Description: This powerful workflow automates your sales quotation process by connecting Pipedrive with DottedSign. When a deal is moved to a specific stage in Pipedrive, this template automaticall...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM use case.