Web Scraping & Data Extraction

0517 HTTP Stickynote Process Webhook

0517 HTTP Stickynote Process Webhook

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

Workflow Overview

Total Nodes
5
Node Types
4

Node Types

http Request
Convert web page to PDF
1 node
manual Trigger
When clicking ‘Test workflow’
1 node
read Write File
Read/Write Files from Disk
1 node
sticky Note
Sticky Note, Sticky Note1
2 nodes

Workflow JSON

3.3 KB
{
  "meta": {
    "instanceId": "1dd912a1610cd0376bae7bb8f1b5838d2b601f42ac66a48e012166bb954fed5a",
    "templateId": "2310"
  },
  "name": "0517 HTTP Stickynote Process Webhook",
  "nodes": [
    {
      "id": "df9d04c7-2116-421a-9061-f3ae9118817a",
      "name": "Convert web page to PDF",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        560,
        240
      ],
      "parameters": {
        "url": "https://v2.convertapi.com/convert/web/to/pdf",
        "method": "POST",
        "options": {
          "response": {
            "response": {
              "responseFormat": "file"
            }
          }
        },
        "sendBody": true,
        "contentType": "multipart-form-data",
        "sendHeaders": true,
        "authentication": "genericCredentialType",
        "bodyParameters": {
          "parameters": [
            {
              "name": "url",
              "value": "https://n8n.io"
            }
          ]
        },
        "genericAuthType":...

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