# Create an automatic image (DEPRECATED) — Product Templates Botize method — `producttemplates.free_image` (action). Select a template and indicate with which images, texts and labels you want each of the available spaces to be filled. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `image_width` *(string)* — Ancho de la imagen (pixels) - `image_height` *(string)* — Altura de la imagen (pixels) - `trim` *(boolean)* — No Sí It also accepts repeatable field groups, with these prefixes: `layer_group_*`, `layer_text_*`, `layer_image_url_*`, `layer_width_*`, `layer_height_*`, `layer_resize_type_*`, `layer_position_*`, `layer_canvas_y_*`, `layer_canvas_x_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{new_image_url}}` *(text)* — Image URL. The URLs Botize creates are short-lived: they exist while the task runs (usually less than a minute), not as permanent links. If you need to keep the file, save it to a cloud service (Dropbox, FTP, Google Drive...) as part of the same automation. Posting to social networks or messaging apps is not a problem: those services store their own copy, so the image still shows even after the original link is gone ## This app Every trigger and action for Product Templates: https://botize.com/en/app/producttemplates.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/producttemplates/free_image