Google Docs
Sync Google Docs documents into Markdown so agents can read and reference document content.
| Direction | Pull (Google Docs → PuppyOne) |
| Trigger | Manual / Scheduled |
| Auth | Google OAuth |
| Output | Markdown |
Use cases
- Sync PRDs and specs for your Dev Agent
- Company wikis and SOPs for your Support Agent
- Meeting notes for cross-functional agents
Setup steps
Step 1: Authorize your Google account
- Open Project → Connections → Add Connection → Google Docs
- Click Connect with Google and complete OAuth authorization
Step 2: Choose documents
You can specify the documents to sync in two ways:
Option 1: Paste a document link
Copy the Google Docs share link and paste it:
https://docs.google.com/document/d/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms/editOption 2: Select from the Drive browser
Browse your Google Drive and select the documents you want to sync.
Step 3: Start sync
Click Start Sync. The document content is converted to Markdown, and heading levels and list formatting are preserved automatically.
Output example
Original Google Doc:
# Product Requirements v2.1
## Background
This iteration focuses on...
## Feature list
- Feature A: ...
- Feature B: ...Synced output (Markdown):
# Product Requirements v2.1
## Background
This iteration focuses on...
## Feature list
- Feature A: ...
- Feature B: ...Notes
- Images inside documents are not synced yet. Only text content is preserved
- Tables are converted into Markdown table format
- After a document is updated, you need to trigger sync manually or enable scheduled sync