📄 How to get text from Google Doc and give it to OpenAI

Hi all,

I’m trying to get text content from a Google doc to give it to OpenAI and I can’t seem to find an easy way to do it, and I’m not sure what module should be first.

You can use the “get content” Module for Google Docs. I use it to generate LinkedIn Posts from Google Documents. My Documents are stored in Folders, that are summarized in a Google Sheet.

  1. I search for the folder in the sheet
  2. Select the Folder
  3. Get the info from the given document
  4. Mark the row in the sheet as used → so the content is not used twice
  5. Send the content to ChatGPT

I use this automation weekly to populate my LinkedIn account every Monday.

Hope that helps