# Extract the next new incident — Linea Verde Botize method — `lineaverde.get_incidents` (trigger). Obtain detailed data for each new incident (id, date, name, status, photo, observations, address, location, etc). 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. - `{{id_incidencia}}` *(decimal)* — Id Notice - `{{fecha}}` *(date)* — Date - `{{incidencia_nombre}}` *(text)* — Incidencia Nombre - `{{incidencia_orden}}` *(decimal)* — Incidencia Orden - `{{estado_id}}` *(decimal)* — Estado Id - `{{estado_nombre}}` *(text)* — Estado Nombre - `{{foto}}` *(file)* — Image - `{{observaciones}}` *(text)* — Observations - `{{direccion}}` *(text)* — Address - `{{latitud}}` *(geo_lat)* — Latitude - `{{longitud}}` *(geo_long)* — Longitude - `{{usuario}}` *(text)* — User ## Account Needs a connected Linea Verde account in Botize: https://botize.com/en/app/lineaverde/authenticate ## This app Every trigger and action for Linea Verde: https://botize.com/en/app/lineaverde.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/lineaverde/get_incidents