Google Docs
Add Comments
Add comments and suggestions to Google Docs documents
Add Comments
The Add Comments node allows you to add comments and suggestions to Google Docs documents.
Overview
This node enables you to:
- Add comments to specific text
- Create suggestion mode edits
- Reply to existing comments
- Resolve comments
- Tag users in comments
Configuration
Parameter | Type | Description |
---|---|---|
Document ID | String | The ID of the Google Doc |
Comment | Object | Comment content and location |
Suggestion Mode | Boolean | Whether to make suggestions instead of comments |
Tag Users | Array[String] | Users to tag in the comment |
Authentication
This node requires:
- Google Cloud Project
- Google Docs API enabled
- Service account or OAuth2 credentials
- Comment access to the document
Output
The node returns:
- Comment ID
- Created timestamp
- Author information
- Success/failure status
- Error messages if operation fails