excel-planner/power_automate/trigger-schema.json
juan.pelaez 27d759ace8 Agregar integracion Excel-Planner con tablero RTC Sapian.
Puente Power Automate, servidor local del tablero HTML v7 y exportacion a Excel/TSV para monitoreo de proyectos en Microsoft Planner.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 13:44:38 -05:00

19 lines
426 B
JSON

{
"type": "object",
"properties": {
"accion": {
"type": "string",
"description": "Accion solicitada: listar_proyectos, test"
},
"group_ids": {
"type": "array",
"items": { "type": "string" },
"description": "Filtro opcional de grupos"
},
"plan_ids": {
"type": "array",
"items": { "type": "string" },
"description": "Filtro opcional de planes"
}
}
}