0479 Grist Stickynote Create Webhook

0479 Grist Stickynote Create Webhook

Webhook
Medium
7
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
7
Node Types
4

Node Types

webhook
Webhook
1 node
grist
Create Row, get existing
2 nodes
if
Confirmed?, has existing?
2 nodes
sticky Note
Confirmation-based, Runs once
2 nodes

Workflow JSON

6.03 KB
{
  "meta": {
    "instanceId": "11cdc3de0458a725de3bc4f700573556888270388b4b36af8a7651aaafd542a8"
  },
  "name": "0479 Grist Stickynote Create Webhook",
  "nodes": [
    {
      "id": "93eba4f0-218d-47d3-a55f-09d490d5e0bb",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        100,
        320
      ],
      "webhookId": "03e24572-a381-455e-a5b8-ae697647f7d4",
      "parameters": {
        "path": "03e24572-a381-455e-a5b8-ae697647f7d4",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 1.1
    },
    {
      "id": "e2c8d43e-79f9-45a4-9d6d-37e8768e7f81",
      "name": "Create Row",
      "type": "n8n-nodes-base.grist",
      "position": [
        940,
        240
      ],
      "parameters": {
        "docId": "",
        "tableId": "",
        "operation": "create",
        "fieldsToSend": {
          "properties": [
            {
              "fieldId": "Source",
              "fieldValue": "={{ $json.body[0].id ...

Showing first 1000 characters. Click "Expand" to view the full JSON.