// N8N Workflow Template // TODO: Replace this with your actual workflow template JSON export const N8N_WORKFLOW_TEMPLATE = { // COLE SEU JSON TEMPLATE AQUI // Substitua todo este objeto pelo JSON que funcionou no Postman // Exemplo: // { // "name": "Finance Workflow - rodrigobm10@gmail.com", // "nodes": [ // { // "parameters": { // "path": "rodrigobm10", // ... // }, // ... // } // ], // "connections": {}, // "settings": {} // } name: "Finance Workflow Template", nodes: [], connections: {}, settings: {} };