Skip to main content
Best answer

Creating a Zap to write and save book content using Google Docs

  • January 24, 2025
  • 2 replies
  • 15 views

I want to create a Zap that helps write and save book content. When receiving text from a chatbot: 1) Save the content to a Google Doc, 2) Store all book parts in one document, 3) Return the document link to the user. The Zap should automatically create a new doc if it's a new book, or append to existing doc if continuing. Make it simple and user-friendly. Include error handling and clear document formatting. But I can't create this zap, it's don't work! Please, help me! 

Best answer by pranayshindeBest answer by pranayshinde

I’m not sure what chat bot you’re referring to, but after the chatbot action or trigger, you can do the following:

  • Filter: Add a text filter to ignore empty/irrelevant messages (e.g., only trigger if the message contains keywords like "Chapter" or "Book Update").

Use Google Sheets as a Document Tracker:

  • Action: "Lookup Spreadsheet Row" in Google Sheets.

    • Search Criteria: Match the chatbot's book title/ID to a column in Sheets (e.g., "Book Name").

    • If found: Extract the existing Google Doc URL from the Sheets row.

    • If not found: Proceed to create a new doc

A. For New Books:

  • Action: "Create Document from Template" in Google Docs.

    • Template: Pre-create a Google Doc template with placeholders like {{Title}}{{Content}}, and {{Date}}.

    • Customize: Map chatbot text to these placeholders.

    • Save Doc URL: Add the new doc URL to your Google Sheets tracker.

B. For Existing Books:

  • Action: "Append Text to Document" in Google Docs.

    • Formatting: Start each entry with a header (e.g., ## Chapter 2 - 2025-01-25) and a separator line for clarity.

    • Error Handling: Add a "Delay" step (1–2 seconds) before appending to avoid Google API rate limits.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Forum|alt.badge.img+5
  • New
  • 108 replies
  • Answer
  • January 25, 2025

I’m not sure what chat bot you’re referring to, but after the chatbot action or trigger, you can do the following:

  • Filter: Add a text filter to ignore empty/irrelevant messages (e.g., only trigger if the message contains keywords like "Chapter" or "Book Update").

Use Google Sheets as a Document Tracker:

  • Action: "Lookup Spreadsheet Row" in Google Sheets.

    • Search Criteria: Match the chatbot's book title/ID to a column in Sheets (e.g., "Book Name").

    • If found: Extract the existing Google Doc URL from the Sheets row.

    • If not found: Proceed to create a new doc

A. For New Books:

  • Action: "Create Document from Template" in Google Docs.

    • Template: Pre-create a Google Doc template with placeholders like {{Title}}{{Content}}, and {{Date}}.

    • Customize: Map chatbot text to these placeholders.

    • Save Doc URL: Add the new doc URL to your Google Sheets tracker.

B. For Existing Books:

  • Action: "Append Text to Document" in Google Docs.

    • Formatting: Start each entry with a header (e.g., ## Chapter 2 - 2025-01-25) and a separator line for clarity.

    • Error Handling: Add a "Delay" step (1–2 seconds) before appending to avoid Google API rate limits.


JammerS
Forum|alt.badge.img+6
  • Zapier Staff
  • 2633 replies
  • January 27, 2025

Hi ​@SergeyRodin,
 
We just wanted to see how everything is going with your Zap. Feel free to reach out if you need further assistance with your Zap. We're glad to address any concerns and assist you.
 
We're looking forward to your response.