# Get the next new photo in all albums — Google Photos Botize method — `gphotos.get_next_image` (trigger). Always extract the 100 most recent photos. On each run it returns the next most recent photo, based on the image's creation date. This is a trigger: it starts the task. A task has exactly one. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{photo_id}}` *(text)* — Photo Id - `{{base_url}}` *(url)* — Photo URL - `{{mime_type}}` *(text)* — Mime Type - `{{creation_time}}` *(date)* — Creation time - `{{filename}}` *(text)* — Filename ## Account Needs a connected Google Photos account in Botize: https://botize.com/en/app/gphotos/authenticate ## This app Every trigger and action for Google Photos: https://botize.com/en/app/gphotos.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/gphotos/get_next_image