# Google Blogger Tool Node

> Agent tool for interacting with the Google Blogger using per-user access tokens.

**URL:** https://caywork.com/learn/docs/node/google-blogger-tool-node

## Content

This node dispatches a single tool to many action-specific handlers and performs authenticated or public requests to the Google Blogger REST API. A stored per-user OAuth access token it is used.

### Actions that supports

- **resolve_user**
- **list_blogs**
- **get_blog**
- **list_posts**
- **get_post**
- **create_post**
- **update_post**
- **patch_post**
- **delete_post**
- **publish_post**
- **revert_post**
- **list_comments**
- **get_comment**
- **create_comment**
- **delete_comment**
- **search_posts**
- **list_pages**
- **get_page**
- **create_page**
- **update_page**
- **delete_page**
