Skip to main content

Generate freelance proposal PDFs from Tally with GPT-4o and Gmail

Workflow preview

Workflow preview
100%
Generate freelance proposal PDFs from Tally with GPT-4o and Gmail preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow generates a personalized freelance proposal from a Tally form submission, using OpenAI to extract text from screenshots and write the proposal, SerpAPI to pull proposal...

Best for

  • Content Creation automation workflows
  • AI RAG automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheetstool, n8n-nodes-base.set, n8n-nodes-tallyforms.tallytrigger, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.openai, n8n-nodes-serpapi.serpapi, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate freelance proposal PDFs from Tally with GPT-4o and Gmail
Workflow name
Generate freelance proposal PDFs from Tally with GPT-4o and Gmail

Quick Overview

This workflow generates a personalized freelance proposal from a Tally form submission, using OpenAI to extract text from screenshots and write the proposal, SerpAPI to pull proposal examples, Google Sheets to reference past projects, pdf.co to create a PDF, and Gmail to email it to the submitter.

How it works

  1. Triggers when a new submission is received from a Tally form.
  2. Detects whether the submission contains a job screenshot and, if so, uses OpenAI (GPT-4o Vision) to extract the job description text; otherwise it uses the typed job description.
  3. Searches Google via SerpAPI for proposal examples based on the submitted job title and compiles relevant snippets.
  4. Combines the job title, job description, and example snippets into a single prompt payload for proposal writing.
  5. Uses an OpenAI agent that first looks up relevant past projects from Google Sheets and then generates a proposal and a short email body as HTML inside a JSON response.
  6. Converts the proposal HTML to a PDF using the pdf.co API, downloads the generated file, and emails it with Gmail to the address provided in the form.

Setup

  1. Create a Tally form with job title, job description, optional job screenshot upload, and email fields, then set the Tally Form ID and replace all YOUR_*_FIELD_ID placeholders with your actual Tally field IDs.
  2. Add OpenAI credentials for both the image text extraction step and the proposal-generation agent, and update the OWNER BIO section in the agent prompt with your real profile details.
  3. Add a SerpAPI credential.
  4. Create a Google Sheets spreadsheet containing your past projects and connect a Google Sheets credential, then set the spreadsheet ID and sheet/tab used by the “get_relevant_projects” tool.
  5. Create a pdf.co account and add an HTTP Header Auth credential that sends your x-api-key header, and confirm the PDF conversion endpoint is reachable.
  6. Connect a Gmail OAuth2 credential and confirm the workflow can send emails to the recipient address captured from the Tally form.

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 - get_relevant_projects

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.7

Block 2 - Format text - text

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

Block 3 - Format text - image

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

Block 4 - Form Trigger

Type / Role
n8n-nodes-tallyforms.tallyTrigger - tallyTrigger
Config choices
Version 2

Block 5 - If - Image or Text?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 6 - Extract Text from Image

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.3

Block 7 - Search Proposal Examples

Type / Role
n8n-nodes-serpapi.serpApi - serpApi
Config choices
Version 1

Block 8 - Build AI Input

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

Block 9 - Generate Proposal

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 10 - GPT-4o

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 11 - Parse AI Output

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

Block 12 - Convert to PDF

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

Block 13 - Download PDF

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

Block 14 - Email Proposal

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

Block 15 - Sticky Note

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

Block 16 - Sticky Note1

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

Block 17 - Sticky Note2

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

Block 18 - Sticky Note3

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

Block 19 - Sticky Note4

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

3. Summary Table

Workflow Generate freelance proposal PDFs from Tally with GPT-4o and Gmail
Complexity advanced
Nodes 19
Categories Content Creation, AI RAG
Author Ruth Aju
Published 08 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16170/16170.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 freelance proposal PDFs from Tally with GPT-4o and Gmail do?

Quick Overview This workflow generates a personalized freelance proposal from a Tally form submission, using OpenAI to extract text from screenshots and write the proposal, SerpAPI to pull proposal...

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 Content Creation, AI RAG use case.