The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Fluxo B - Push Webhook (Tempo Real)",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "pedido-aprovado",
"responseMode": "responseNode",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
],
"id": "webhook-1"
},
{
"parameters": {
"operation": "append",
"documentId": "SEU_GOOGLE_SHEET_ID",
"sheetName": "Pedidos",
"columns": {
"mappings": [
{
"column": "Cliente",
"value": "={{ $json.cliente }}"
},
{
"column": "Pedido",
"value": "={{ $json.pedido }}"
},
{
"column": "Status",
"value": "={{ $json.status }}"
},
{
"column": "Data/Hora",
"value": "={{ $json.data_hora }}"
},
{
"column": "Tipo Fluxo",
"value": "Push/Webhook"
}
]
}
},
"name": "Google Sheets - Salvar",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
450,
300
],
"id": "google-sheets-2",
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"success\": true, \"message\": \"Pedido salvo com sucesso\", \"pedido\": $json.pedido } }}"
},
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
650,
300
],
"id": "respond-webhook-1"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Google Sheets - Salvar",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets - Salvar": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Fluxo B - Push Webhook (Tempo Real). Uses googleSheets. Webhook trigger; 3 nodes.
Source: https://github.com/Leandro-Frota/automacaoDueloArquitetural/blob/f87d4a2367485ac4c03f2290f86311668f2dcba1/n8n_fluxo_b_push.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Googlesheets Respondtowebhook. Uses respondToWebhook, googleSheets, stickyNote. Webhook trigger; 7 nodes.
This workflow provides Retell agent builders with a simple way to populate dynamic variables using n8n. The workflow fetches user information from a Google Sheet based on the phone number and sends it
This workflow automates customer support for SMEs in five simple steps: Capture requests via a Webhook connected to a contact form. Extract the message to make processing easier. Check categories (e.g
Order Management Workflow. Uses googleSheets. Webhook trigger; 7 nodes.
BARIN ALP - Invoices CRUD. Uses googleSheets. Webhook trigger; 6 nodes.