# Get the next new file in a folder — Dropbox Botize method — `dropbox.new_file` (trigger). Extract the next file uploaded to a specific Dropbox directory in each execution, following a sequential order until reaching the last one. - You can indicate a type of file (by its extension) and the other files will remain excluded. - You can set the task to start from the first file in the directory or from the new files saved in it from now on. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `folder` *(string)* — Files inside this folder - `types` *(string)* — Only for this type of files - `since` *(string, one of: "now" = Only files updated from now; "beginning" = Recently updated files and files updated from now)* — Apply to... ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{date}}` *(date)* — Date - `{{file_name}}` *(text)* — File name - `{{file_type}}` *(text)* — File type - `{{file_url}}` *(file)* — File URL - `{{name}}` *(text)* — Name without extension ## Account Needs a connected Dropbox account in Botize: https://botize.com/en/app/dropbox/authenticate ## This app Every trigger and action for Dropbox: https://botize.com/en/app/dropbox.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/dropbox/new_file