AutomationFlowsData & Sheets › Progress Sync

Progress Sync

Progress Sync. Uses supabase. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesSupabase
Data & Sheets Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "name": "Progress Sync",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "sync-progress",
        "responseMode": "lastNode",
        "options": {}
      },
      "id": "webhook-sync-progress",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "resource": "row",
        "operation": "update",
        "tableId": "Reading_State",
        "filterType": "manual",
        "matchType": "allFilters",
        "filters": {
          "conditions": [
            {
              "keyName": "user_id",
              "keyValue": "={{ $json.body.userId }}"
            },
            {
              "keyName": "book_id",
              "keyValue": "={{ $json.body.bookId }}"
            }
          ]
        },
        "dataToSend": "defineBelow",
        "fieldsUi": {
          "fieldValues": [
            {
              "fieldId": "current_cfi_index",
              "fieldValue": "={{ $json.body.newCfiIndex }}"
            },
            {
              "fieldId": "status",
              "fieldValue": "READING"
            }
          ]
        }
      },
      "id": "supabase-update-reading-state",
      "name": "Update Reading_State",
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        460,
        220
      ]
    },
    {
      "parameters": {
        "resource": "row",
        "operation": "create",
        "tableId": "Session_Logs",
        "dataToSend": "defineBelow",
        "fieldsUi": {
          "fieldValues": [
            {
              "fieldId": "user_id",
              "fieldValue": "={{ $json.body.userId }}"
            },
            {
              "fieldId": "book_id",
              "fieldValue": "={{ $json.body.bookId }}"
            },
            {
              "fieldId": "time_spent_seconds",
              "fieldValue": "={{ $json.body.secondsSpent }}"
            }
          ]
        }
      },
      "id": "supabase-insert-session-log",
      "name": "Insert Session_Logs",
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        460,
        380
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Update Reading_State",
            "type": "main",
            "index": 0
          },
          {
            "node": "Insert Session_Logs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "meta": {
    "templateCredsSetupCompleted": false
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Progress Sync. Uses supabase. Webhook trigger; 3 nodes.

Source: https://github.com/sefat357/talismati-micro-reader/blob/c682f9fb69d44e03b0f3a000f976738e170efc1c/n8n-workflows/02_progress_sync.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

operation34. Uses supabase, httpRequest. Webhook trigger; 4 nodes.

Supabase, HTTP Request
Data & Sheets

fluxo-ingestao. Uses httpRequest, supabase. Webhook trigger; 3 nodes.

HTTP Request, Supabase
Data & Sheets

webhook - simulador PDV (fluxo). Uses supabase. Webhook trigger; 55 nodes.

Supabase
Data & Sheets

This workflow automates raw materials inventory management for businesses, eliminating manual stock updates, delayed material issue approvals, and missed low stock alerts. It ensures real-time stock t

Google Sheets, Gmail, Supabase +1
Data & Sheets

Backend Erick. Uses supabase, n8n-nodes-evolution-api. Webhook trigger; 36 nodes.

Supabase, N8N Nodes Evolution Api