Web Scraping & Data Extraction

0551 HTTP Stickynote Create Webhook

0551 HTTP Stickynote Create Webhook

Manual
Medium
12
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
12
Node Types
3

Node Types

http Request
Systeme | Get all contacts, Systeme | Get All tags, Systeme | Get contacts with tag, Systeme | Add contact
4 nodes
split Out
Split Out2, Split Out, Split Out3
3 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4
5 nodes

Workflow JSON

8.44 KB
{
  "meta": {
    "instanceId": "f9c40bccfbfb973b8ba2bfd7b70b906c2376bb9900216d1ce424582c3097fb66"
  },
  "name": "0551 HTTP Stickynote Create Webhook",
  "nodes": [
    {
      "id": "89a2f8d1-a2fd-452b-8187-aec9e72efba5",
      "name": "Systeme | Get all contacts",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        480,
        80
      ],
      "parameters": {
        "url": "https://api.systeme.io/api/contacts",
        "options": {
          "pagination": {
            "pagination": {
              "parameters": {
                "parameters": [
                  {
                    "name": "startingAfter",
                    "value": "={{ $response.body.items.last().id }}"
                  }
                ]
              },
              "requestInterval": 1000,
              "completeExpression": "={{ $response.body.hasMore == false }}",
              "paginationCompleteWhen": "other"
            }
          }
        },
        "sendQuery": true,
    ...

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