Create Photos Album
create_photos_albumCreate a new album in Google Photos by specifying the user's email and album title.
Instructions
Create a new album in Google Photos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the new album. Required. | |
| user_google_email | Yes | The user's Google email address. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if creation failed | |
| message | No | Human-readable creation message | |
| success | No | Whether the album creation succeeded | |
| album_id | No | ID of the newly created album | |
| user_email | No | Email address of the user who created the album | |
| album_title | No | Title of the created album | |
| product_url | No | URL to view the album in Google Photos |